Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2026 Changes in this version + type Handler func(ctx context.Context, e *parser.Event, source string) error + type Options struct + Logger *slog.Logger + type Watcher struct + func New(root string, handler Handler, opts Options) (*Watcher, error) + func (w *Watcher) Close() error + func (w *Watcher) Run(ctx context.Context) error v0.1.0-alpha Apr 9, 2026