Documentation
¶
Index ¶
- Variables
- func Decode(payload []byte) (byte, uint32, uint32, uint32)
- func DecodeLength(size []byte) int
- func Delete(key []byte) ([]byte, error)
- func Encode(operation byte, key, value []byte, ttl int) ([]byte, error)
- func Get(key []byte) ([]byte, error)
- func LittleEndianDecode(payload []byte) uint32
- func LittleEndianEncode(payload []byte, num uint32) int
- func Set(key, value []byte, ttl int) ([]byte, error)
- func SetDriver(key, value, reqID []byte, ttl int) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var EmptyByte []byte = []byte{}
Functions ¶
func DecodeLength ¶
func LittleEndianDecode ¶
func LittleEndianEncode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.