Versions in this module Expand all Collapse all v0 v0.1.0 Aug 26, 2023 Changes in this version + const Chmod + const Create + const Remove + const Rename + const Write + var ErrEventOverflow = fsnotify.ErrEventOverflow + var ErrNonExistentWatch = fsnotify.ErrNonExistentWatch + type Event = fsnotify.Event + type Op = fsnotify.Op + type Watcher struct + Errors chan error + Events chan fsnotify.Event + func NewWatcher() (*Watcher, error) + func (w *Watcher) Add(name string) error + func (w *Watcher) Close() error + func (w *Watcher) Remove(name string) error + func (w *Watcher) WatchList() []string