Documentation
¶
Index ¶
Constants ¶
View Source
const ( CMDAdd = "add" CMDGet = "ui" CMDDel = "del" CMDUpdate = "update" CMDChSK = "chsk" CMDHelp = "help" CMDVersion = "version" )
Command list
View Source
const ( LogWayDisabled = "" // disable log LogWayFile = "file" // write log to file )
Variables ¶
View Source
var ( // 日志记录方式, "none", "console", "file" LogWay string // 日志级别 LogLevel string // 日志文件路径 LogFile string // 元数据存储目录 MetaDir string )
配置部分
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.