Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CodecHandle *codec.MsgpackHandle
CodecHandle is used to instantiate msgpack encoders and decoders with our settings (canonical, paranoid about decoding errors)
View Source
var LenientCodecHandle *codec.MsgpackHandle
LenientCodecHandle is used to instantiate msgpack encoders for the REST API.
Functions ¶
func Decode ¶
Decode attempts to decode a msgpack-encoded byte buffer into an object instance pointed to by objptr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.