Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RecursiveWatcher ¶
type RecursiveWatcher struct { Events chan fsnotify.Event Errors chan error // contains filtered or unexported fields }
func (*RecursiveWatcher) Add ¶
func (w *RecursiveWatcher) Add(dir string) error
func (*RecursiveWatcher) Close ¶
func (w *RecursiveWatcher) Close() error
Click to show internal directories.
Click to hide internal directories.