Versions in this module Expand all Collapse all v0 v0.1.3 Feb 23, 2020 Changes in this version + type Event struct + Op Op + Path string + type Fsnotify struct + func (w *Fsnotify) AddPath(name string) (err error) + func (w *Fsnotify) AddSubscriber(sub Subscriber) error + func (w *Fsnotify) Close() (err error) + func (w *Fsnotify) Debounce(d time.Duration) + func (w *Fsnotify) RemovePath(name string) (err error) + type Op uint8 + const Create + const Remove + const Rename + const Write + func (o Op) String() string + type Subscriber interface + Error func(error) + Event func(Event) + type Watcher interface + AddPath func(string) error + AddSubscriber func(Subscriber) error + Close func() error + Debounce func(time.Duration) + RemovePath func(string) error