# Functions
No description provided by the author
CreateDirIfNotExist 检查文件夹,不存在时创建.
No description provided by the author
No description provided by the author
通过层级key删除key-val,并返回被删除的val,是否删除成功如果key不存在,则返回 nil,false.
No description provided by the author
parse ${ENV} to ENV get ENV value from os.
No description provided by the author
No description provided by the author
No description provided by the author
根据key字符串,拆分出层级keys数据.
No description provided by the author
No description provided by the author
通过层级key获取value.所有层级的map必须为 map[string]interface{} 类型.keys为空切片,返回原m.
No description provided by the author
GetRealPath 处理软链接等,找到文件真实路径.
No description provided by the author
创建目录,并返回日志模式.
------------------------------------------------------------------------.
No description provided by the author
No description provided by the author
ReadDirByTime 读取文件目录后按时间排序,时间最新的文件在前.
No description provided by the author
通过层级key设置value值.如果key不存在,将会自动创建.当coercive为true时,会强制将非map[string]interface{}类型替换为map[string]interface{}类型,有可能导致数据丢失.
No description provided by the author
SortFilesByTime 按照文件更新的unixnano从大到小排,即最新的文件在前.
No description provided by the author
TuoDecode 按照 TuoEncode的压缩算法解压,还原出[]byte数组。.
TuoEncode 把[]byte数组按照长度拼接到一起,每个sql.RawBytes之间间隔4个byte用于存储长度。.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
集群版 master 对 slaves 的操作.
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
集群版 master API.
No description provided by the author
No description provided by the author
No description provided by the author
集群版 slave API.
单机版 Runner 操作.
一切正常.
parse 相关.
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
transform相关.
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
# Variables
No description provided by the author
# Structs
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
# Type aliases
Int64Slice attaches the methods of Interface to []int64, sorting in decreasing order.