Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2025 Changes in this version + const Every3Seconds + var ErrConfigUnavailable = errors.New("configuration is not available") + var ErrRegistered = errors.New("watcher has already been registered") + func ListWatchers() map[string]Watcher + func Register(name string, watcher Watcher) + type ISpec interface + Spec func() string + type Watcher interface