Versions in this module Expand all Collapse all v0 v0.6.1 Jan 30, 2022 Changes in this version + func SetLoggerAdapter(adapter logger.Adapter) v0.6.0 Jan 23, 2022 Changes in this version + var Logger logger.Global + func RunOnce(s Store, options ...Option) error + func Start(ctx context.Context, s Store, options ...Option) error + type Option func(options *Options) error + func Interval(d time.Duration) Option + type Options struct + type Store interface + DeleteVersion func(time.Time) error + Reader func(...store.ReaderOption) (store.Reader, error) + Versions func() ([]store.Version, error)