Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binary ¶
type Binary []byte
func (Binary) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type KV ¶
type KV [2]Binary
KV is a Key-Value pair in MessagePack encodable format.
func (*KV) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type KVs ¶
type KVs []KV
KVs is a slice of key-value pairs in MessagePack encodable format.
func (KVs) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.