package
0.0.0-20210126064455-3f8f567b402d
Repository: https://github.com/dalonghahaha/avenger.git
Documentation: pkg.go.dev
# Functions
AesDecrypt AES算法解密.
AesEncrypt AES算法加密.
Base64Decode Base64格式解码.
Base64Encode Base64格式编码.
No description provided by the author
No description provided by the author
DesDecrypt DES算法解密.
DesEncrypt DES算法加密.
No description provided by the author
JSONDecode Json解析(返回structs.M).
JSONDecodeArray Json数组解析(返回[]structs.M).
JSONEncode Json编码.
JSONGet 快捷方式访问通过路径访问属性值(返回interface{}).
JSONGetBool 快捷方式访问通过路径访问属性值(返回bool值).
JSONGetInt 快捷方式访问通过路径访问属性值(返回浮点数).
JSONGetInt 快捷方式访问通过路径访问属性值(返回整数).
JSONGetRaw 快捷方式访问通过路径访问属性值(返回字符串,适合属性仍然是Json对象的场景).
JSONGetString 快捷方式访问通过路径访问属性值(返回字符串).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
XMLDecode Xml格式解析.
XMLEncode Xml格式编码.