Documentation
¶
Index ¶
- func ContainStr(items []string, item string) bool
- func DecryptAES(cipherText, key string) (string, error)
- func DecryptJwt(token string) (string, error)
- func EncryptAES(plainText, key string) (string, error)
- func EncryptJwt(uid string) (string, error)
- func MD5(plainText string) string
- func MD5Mix(plainText string) string
- func RandomNumber(len int) string
- func RandomString(len int) string
- func StructAssign(src, dist interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.