Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RecursiveWatcher ¶
type RecursiveWatcher struct {
// contains filtered or unexported fields
}
func NewRecursiveWatcher ¶
func NewRecursiveWatcher(directory string, ignore []string, callback func(name string)) (*RecursiveWatcher, error)
func (*RecursiveWatcher) Close ¶
func (r *RecursiveWatcher) Close()
Click to show internal directories.
Click to hide internal directories.