Documentation ¶
Index ¶
- func Decrypt(token, aesKey, appId string, msgSignature, timestamp, nonce string, ...) (bs []byte, err error)
- func Encrypt(token, aesKey, appId string, replyMsg []byte) (bs []byte, err error)
- func Get(url string) (rsp []byte, err error)
- func GetData(key string) (value interface{}, ok bool)
- func Post(url string, body []byte) (rsp []byte, err error)
- func SaveData(key string, value interface{}, expiresIn int64)
- func StorgeData()
- type Crypt
- type Data
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StorgeData ¶
func StorgeData()
Types ¶
Click to show internal directories.
Click to hide internal directories.