Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PBCodec protobuf encode/decode PBCodec = Codec{pb.Marshal, pb.Unmarshal, pb.Name, pb.Type} // JSONCodec json encode/decode JSONCodec = Codec{json.Marshal, json.Unmarshal, json.Name, json.Type} // GobCodec gob encode/decode GobCodec = Codec{gob.Marshal, gob.Unmarshal, gob.Name, gob.Type} // RawCodec binary encode/decode RawCodec = Codec{raw.Marshal, raw.Unmarshal, raw.Name, raw.Type} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.