consul: comment msgpack handle

This commit is contained in:
Ryan Uber 2015-10-15 14:57:29 -07:00
parent cc7aa44459
commit ae7cdfaf8d

View file

@ -14,6 +14,7 @@ import (
"github.com/hashicorp/raft" "github.com/hashicorp/raft"
) )
// msgpackHandle is a shared handle for encoding/decoding msgpack payloads
var msgpackHandle = &codec.MsgpackHandle{} var msgpackHandle = &codec.MsgpackHandle{}
// consulFSM implements a finite state machine that is used // consulFSM implements a finite state machine that is used