# Functions
Boom 不应该进入的位置,测试调试环境避免意外情况.
FindFilePaths 寻找文件dir的目录下有多少pattern匹配的文件.
ForceStringToUInt64 强制转成uint64,转失败返回0.
GetTimeVersion 获取时间版本信息.
InElems 检测某个元素elem是否在切片elems中.
JoinElems 对elems进行sep字符拼接,比如SQl场景等.
LogAndWrapErr 打印日志并返回wrap的错误码信息.
Md5CheckSum 计算字符串的MD5哈希值.
MustGetFilePath 如果改路径不存在,则自动创建,若存在,则直接返回对应的路径名.
Negative 确保返回负数金额值.
PagingElems 从elems切片中,按每页size大小,获取page页的数据.
Positive 确保返回正数金额值.
ProcessStringsSlice 返回值为自定义处理函数针对切片每个元素进行处理后,返回新的切片内容.
RemoveElems 移除指定元素.
Sha256Signature 使用sha256算法对数据message使用secret秘钥进行摘要签名.
ShardingElems 对elems 按批次大小batchSize分片.
TimestampToLayout 整型时间戳转成指定类型的时间字符串.
ToFen 处理金额 元 转分.
ToIntYuan 分转成整型元.
ToJsonString 将变量转成Json类型,主要for debug.
ToYuan 分转成元浮点型.
UniqElems 从elems中剔除重复元素返回.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author