Documentation
¶
Index ¶
Constants ¶
View Source
const LOG_INTERVAL = 3 * 60 * 10
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configer ¶
type Configer interface { IsLocalFile() bool GetFileName() string OpenFile() (io.Reader, error) GetTimeFormat() string }
Configer 配置来源文件,获取来源文件的属性,获得文件描述符的适配接口
type HandlerNeedCheck ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.