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 CopyFromTo(from codec.ReadOnlyStore, to codec.WriteOnlyStore) error + func ReadLatest(decoder codec.Decoder, stores ...codec.ReadOnlyStore) (store.Version, error) + func StartFromTo(ctx context.Context, from codec.ReadOnlyStore, to codec.WriteOnlyStore, ...) error + type Option func(*Options) error + func Interval(d time.Duration) Option + type Options struct