Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReloadTypeFsNotify = "fsnotify" ReloadTypeTimer = "timer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Local ¶
type Local struct { local.Config ConfigPath string ReloadType ReloadType `json:"reloadType" enum:"fsnotify,timer"` // 本地分为Watch和AutoReload,Watch采用系统调用通知,AutoReload定时器去查文件是否变更 }
type ReloadType ¶
type ReloadType string
Click to show internal directories.
Click to hide internal directories.