package
0.0.0-20241106013813-926841a6acba
Repository: https://github.com/xyzj/toolbox.git
Documentation: pkg.go.dev

# Functions

NewBoolValue return a value.
NewCodeValue return a value after code the data.
NewConfig 创建一个key:value格式的配置文件 依据文件的扩展名,支持yaml和json格式的文件.
NewFloat64Value return a value.
NewFormatFile 创建一个新的自定义结构的yaml/json配置文件.
NewInt64Value return a value.
NewUint64Value return a value.
NewValue return a value.

# Constants

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

# Variables

EmptyValue an empty value.

# Structs

File 配置文件.
Formatted yaml/json 格式化配置文件.
Item 配置内容,包含注释,key,value,是否加密value.
Value config value.

# Type aliases

No description provided by the author
PwdString 序列化反序列化时可自动加密解密字符串,用于敏感字段.
VString value string, can parse to bool int64 float64.