Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶
type ClientConfig struct { Cycle int `bson:"cycle"` // 信息传输频率,单位:分钟 UDP bool `bson:"udp"` // 是否记录UDP请求 LAN bool `bson:"lan"` // 是否本地网络请求 Mode string `bson:"mode"` // 模式,考虑中 Filter filter // 直接过滤不回传的数据 MonitorPath []string `bson:"monitorPath"` // 监控目录列表 Lasttime string // 最后一条登录日志时间 }
ClientConfig 客户端配置信息结构
Click to show internal directories.
Click to hide internal directories.