Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Gob is a Codec that uses the gob package. Gob = Codec{gobMarshal, gobUnmarshal} // JSON is a Codec that uses the json package. JSON = Codec{json.Marshal, json.Unmarshal} )
View Source
var ( // MsgPack is a Codec that uses the `ugorji/go/codec` package. MsgPack = Codec{msgPackMarshal, msgPackUnmarshal} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.