Documentation
¶
Overview ¶
Package codec provides a set of codecs to encode and decode various data types to and from byte slices([]byte).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes struct{}
Bytes is a commonly used codec to encode and decode string <-> []byte
type Int64 ¶
type Int64 struct{}
Int64 is a commonly used codec to encode and decode string <-> []byte
Click to show internal directories.
Click to hide internal directories.