Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultRefreshRate is the default refresh rate for watchers. DefaultRefreshRate = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IWatcherManager ¶
type WatcherManager ¶
type WatcherManager struct { Watchers []IWatcher // contains filtered or unexported fields }
func NewWatcherManager ¶
func NewWatcherManager() *WatcherManager
Click to show internal directories.
Click to hide internal directories.