Versions in this module Expand all Collapse all v0 v0.2.0 Mar 11, 2026 v0.1.0 Mar 11, 2026 Changes in this version + type ConfigWatcher struct + func New(opts ...Option) *ConfigWatcher + func (w *ConfigWatcher) Init(app modular.Application) error + func (w *ConfigWatcher) Name() string + func (w *ConfigWatcher) Start(ctx context.Context) error + func (w *ConfigWatcher) Stop(_ context.Context) error + type Option func(*ConfigWatcher) + func WithDebounce(d time.Duration) Option + func WithLogger(l modular.Logger) Option + func WithOnChange(fn func(paths []string)) Option + func WithPaths(paths ...string) Option