Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileWatcher ¶ added in v2.0.44
type FileWatcher struct { Stop func() bool // contains filtered or unexported fields }
func (*FileWatcher) Context ¶ added in v2.0.44
func (w *FileWatcher) Context() context.Context
type Notifier ¶
type Notifier struct { HasUpdates chan string // contains filtered or unexported fields }
func NewNotifier ¶
Click to show internal directories.
Click to hide internal directories.