Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessagePackCodec ¶
type MessagePackCodec struct { }
func (MessagePackCodec) Decode ¶
func (codec MessagePackCodec) Decode(data []byte, value interface{}) error
func (MessagePackCodec) Encode ¶
func (codec MessagePackCodec) Encode(value interface{}) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.