Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2022 Changes in this version + type OnFileEvent func(event fsnotify.Event) + type Watcher struct + func New(ctx context.Context) *Watcher + func (w *Watcher) Add(op fsnotify.Op, file string, f OnFileEvent) error + func (w *Watcher) Run()