Versions in this module Expand all Collapse all v0 v0.0.3 Aug 10, 2022 Changes in this version + type Loader interface + Close func() error + Load func(...source.Source) error + Snapshot func() (*Snapshot, error) + String func() string + Sync func() error + Watch func(...string) (Watcher, error) + type Option func(o *Options) + type Options struct + Context context.Context + Reader reader.Reader + Source []source.Source + type Snapshot struct + ChangeSet *source.ChangeSet + Version string + func Copy(s *Snapshot) *Snapshot + type Watcher interface + Next func() (*Snapshot, error) + Stop func() error