Versions in this module Expand all Collapse all v3 v3.4.6 Mar 19, 2020 Changes in this version + type Manager interface + Restore func(cfg RestoreConfig) error + Save func(ctx context.Context, cfg clientv3.Config, dbPath string) error + Status func(dbPath string) (Status, error) + func NewV3(lg *zap.Logger) Manager + type RestoreConfig struct + InitialCluster string + InitialClusterToken string + Name string + OutputDataDir string + OutputWALDir string + PeerURLs []string + SkipHashCheck bool + SnapshotPath string + type Status struct + Hash uint32 + Revision int64 + TotalKey int + TotalSize int64