# Functions
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
为了提升性能做的一个预先检查,避免CPU浪费.
No description provided by the author
No description provided by the author
CreateDirIfNotExist 检查文件夹,不存在时创建.
No description provided by the author
DecompressTarGzip 将 TAR.GZ 格式的文件解包到指定目录并返回指定文件所在的解包后的目录, 如果存在多个同名指定文件,则返回第一个找到的目录.
DecompressZip 将 ZIP 格式的文件解包到指定目录并返回指定文件所在的解包后的目录, 如果存在多个同名指定文件,则返回第一个找到的目录.
No description provided by the author
注意:cache如果是nil,这个函数就完全没有意义,不如调用 DeepConvertKey.
通过层级key删除key-val,并返回被删除的val,是否删除成功如果key不存在,则返回 nil,false.
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
根据key字符串,拆分出层级keys数据.
No description provided by the author
No description provided by the author
通过层级key获取value.所有层级的map必须为 map[string]interface{} 类型.keys为空切片,返回原m.
GetRealPath 处理软链接等,找到文件真实路径.
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
创建目录,并返回日志模式.
MergeEnvTags 获取环境变量里的内容.
ModTimeLater 按最后修改时间进行比较.
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
ReadDirByTime 读取文件目录后按时间排序,时间最新的文件在前.
No description provided by the author
No description provided by the author
No description provided by the author
通过层级key设置value值.如果key不存在,将会自动创建.当coercive为true时,会强制将非map[string]interface{}类型替换为map[string]interface{}类型,有可能导致数据丢失.
通过层级key设置value值, 如果keys不存在则不加前缀,否则加前缀.
SortFilesByTime 按照文件更新的unixnano从大到小排,即最新的文件在前,相同时间的则按照文件名字典序,字典序在后面的排在前面.
No description provided by the author
No description provided by the author
No description provided by the author
TuoDecode 按照 TuoEncode的压缩算法解压,还原出[]byte数组。.
TuoEncode 把[]byte数组按照长度拼接到一起,每个sql.RawBytes之间间隔4个byte用于存储长度。.
# 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
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
集群版 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 相关.
read 相关.
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
send 相关.
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
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
当一条数据大于2M且 sendError 时候,将其切片,切片记录到 pandora_separate_id 这个字段.
当只有一条数据且 sendError 时候,将其转化为 raw 发送到 pandora_stash 这个字段.
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
schema ip.
# Variables
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
matches named captures that contain a modifier.
No description provided by the author
matches a plain pattern name.
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
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Data store as use key/value map.
FileInfos attaches the methods of Interface to []int64, sorting in decreasing order.
No description provided by the author