Documentation
¶
Index ¶
- Constants
- func Bytes2String(v []byte) string
- func Bytes2Uint64(v []byte) (b uint64, err error)
- func Decode(data []byte) []interface{}
- func Encode(ks ...interface{}) []byte
- func EncodeKey(ks ...interface{}) []byte
- func String2Bytes(v string) []byte
- func String2Uint64(v string) (b uint64, err error)
- func Uint642Bytes(v uint64) []byte
- func Uint642String(v uint64) string
Constants ¶
View Source
const ( Int = iota Uint8 Uint64 Bytes String )
Variables ¶
This section is empty.
Functions ¶
func Bytes2String ¶
func Bytes2Uint64 ¶
func String2Bytes ¶
func String2Uint64 ¶
func Uint642Bytes ¶
func Uint642String ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.