Documentation ¶
Index ¶
- func A2S(a []string) string
- func Append(a []string, m map[string]string) []string
- func GenRandomStr(length int) string
- func GetKeys(m map[string]struct{}) []string
- func IsClientID(v string) bool
- func KV2S(k string, v interface{}) string
- func M2A(m map[string]interface{}) []string
- func M2S(m map[string]interface{}) string
- func PutU16(dst []byte, v uint16)
- func PutU64(dst []byte, v uint64)
- func U16(v []byte) uint16
- func U64(v []byte) uint64
- func U64ToB(v uint64) []byte
- func U64U64(v []byte) (uint64, uint64)
- func U64U64ToB(sid, ts uint64) []byte
- type Tomb
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenRandomStr ¶
GenRandomStr generate specified length random string
Types ¶
Click to show internal directories.
Click to hide internal directories.