Documentation ¶
Index ¶
- func Decode(data []byte, v interface{}) error
- func DecodeUint32(buf []byte) uint32
- func DecodeUint64(buf []byte) uint64
- func DecodeValue(data []byte) (interface{}, []byte, error)
- func Encode(v interface{}) ([]byte, error)
- func EncodeUint32(v uint32) []byte
- func EncodeUint64(v uint64) []byte
- func EncodeValue(v interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeUint32 ¶
func DecodeUint64 ¶
func DecodeValue ¶
func EncodeUint32 ¶
func EncodeUint64 ¶
func EncodeValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.