Versions in this module Expand all Collapse all v4 v4.9.0 Jul 31, 2024 Changes in this version + type Option func(o *Options) + func Stores(stores ...store.Store) Option + func SyncInterval(d time.Duration) Option + func SyncMultiplier(i int64) Option + type Options struct + Stores []store.Store + SyncInterval time.Duration + SyncMultiplier int64 + type Sync interface + Sync func() error + func NewSync(opts ...Option) Sync