Documentation ¶
Overview ¶
Package confwatcher contains a configuration watcher.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfWatcher ¶
type ConfWatcher struct {
// contains filtered or unexported fields
}
ConfWatcher is a configuration file watcher.
func (*ConfWatcher) Watch ¶
func (w *ConfWatcher) Watch() chan struct{}
Watch returns a channel that is called after the configuration file has changed.
Click to show internal directories.
Click to hide internal directories.