Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatEvent(e Event) string + type Event struct + Error string + File string + Protocol string + Time time.Time + Type string + type Stats struct + LastScan time.Time + TotalLoads int + WatchedFiles int + type Watcher struct + func NewWatcher(lib *protocol.Library, dir string, interval time.Duration) *Watcher + func (w *Watcher) GetStats() Stats + func (w *Watcher) OnEvent(cb func(Event)) + func (w *Watcher) Scan() []Event