Versions in this module Expand all Collapse all v0 v0.78.0 Dec 22, 2025 Changes in this version + type LazyWatcher struct + func NewLazyWatcher(root string, ignorePaths []string, logger *zap.Logger) *LazyWatcher + func (w *LazyWatcher) Close() + func (w *LazyWatcher) Subscribe(ctx context.Context, cb WatchCallback) error + type WatchCallback func(event []WatchEvent) + type WatchEvent struct + Dir bool + FullPath string + RelPath string + Type runtimev1.FileEvent + type Watcher struct + func NewWatcher(root string, ignorePaths []string, logger *zap.Logger) (*Watcher, error) + func (w *Watcher) Close() + func (w *Watcher) Subscribe(ctx context.Context, fn WatchCallback) error