Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + type Fetcher interface + Get func(context.Context) (types.Databases, error) + type Watcher struct + func NewWatcher(ctx context.Context, config WatcherConfig) (*Watcher, error) + func (w *Watcher) DatabasesC() <-chan types.Databases + func (w *Watcher) Start() + type WatcherConfig struct + AWSMatchers []services.AWSMatcher + AzureMatchers []services.AzureMatcher + Clients cloud.Clients + Interval time.Duration + func (c *WatcherConfig) CheckAndSetDefaults() error