Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 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 Incompatible versions in this module v2.3.0+incompatible May 9, 2021