Versions in this module Expand all Collapse all v1 v1.0.0 Oct 10, 2023 Changes in this version + type File struct + func NewFile() (*File, error) + func (f *File) Add(filepath string) error + func (f *File) Shutdown() + func (f *File) Start(notifier Notification) + type Notification interface + WatcherDidError func(error) + WatcherItemDidChange func(string) + type Notifier interface + Add func(string) error + Shutdown func() + Start func(Notification)