Versions in this module Expand all Collapse all v0 v0.1.0 Dec 16, 2023 Changes in this version + type FileWatcher interface + CallOnceAll func() error + CallOnceSpecific func(uniqueID int64) error + CallbackSize func() int + DeregisterCallback func(uniqueID int64) + FilePath func() string + RegisterCallback func(callback func(data []byte)) int64 + StartWatching func() error + StopWatching func() + func NewFileWatcher(filePath string) (FileWatcher, error)