package
1.1.59
Repository: https://github.com/cylscripter/chest.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
CamelToSnake 将驼峰命名法转换为下划线命名法.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenerateAppKey 生成一个随机的 App Key.
GenerateAppSecret 生成一个随机的 App Secret.
No description provided by the author
GenerateStrId 生成一个随机的请求ID.
No description provided by the author
No description provided by the author
No description provided by the author
GetCurrentFormattedDate 获取当前年月日 格式为 2025年 1 月 5 日.
GetFullExtension 提取文件的完整后缀(例如 tar.gz).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KeyBy 根据KeyFieldName 取出 map[key]val list 是 []StructType res 是 *map[fieldType]StructType.
KeyByV2 根据KeyFieldName 取出 map[key]val 允许list长度为0 相对于 KeyBy 更加安全,且可以适应 Key 为nil的场景 性能方便相较 KeyBy 版本有大幅度提升,list的长度越长,性能提升越明显,根据性能测试,CPU/内存消耗相对较少且内存分配次数也大幅度减少.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SliceToUint64Map list 转化 map ,用于判断某个值是否存在 list 中.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
PasswordManager 密码管理器.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

IEncrypt 加密接口.