Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec interface { EncodeToBytes(val any) ([]byte, error) DecodeBytes(data []byte, val interface{}) error }
var GlobalCodec Codec
type GobCodec ¶
type GobCodec struct{}
func (*GobCodec) DecodeBytes ¶
func (*GobCodec) EncodeToBytes ¶
Click to show internal directories.
Click to hide internal directories.