Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotDirectory = errors.New("not a directory")
)
Functions ¶
This section is empty.
Types ¶
type RecursiveWatcher ¶
type RecursiveWatcher struct { Events chan fsnotify.Event Errors chan error // contains filtered or unexported fields }
func NewRecursiveWatcher ¶
func NewRecursiveWatcher() (*RecursiveWatcher, error)
func (*RecursiveWatcher) Add ¶
func (rw *RecursiveWatcher) Add(p string) error
func (*RecursiveWatcher) Close ¶
func (rw *RecursiveWatcher) Close() error
func (*RecursiveWatcher) SetLogger ¶
func (rw *RecursiveWatcher) SetLogger(logger Logger)
Click to show internal directories.
Click to hide internal directories.