Versions in this module Expand all Collapse all v1 v1.21.9 Jan 25, 2022 Changes in this version + func Default() string + func RegisterDriver(d Driver) + type Driver interface + EndpointName func() string + GetMembersClientURLs func(ctx context.Context) ([]string, error) + IsInitialized func(ctx context.Context, config *config.Control) (bool, error) + ReconcileSnapshotData func(ctx context.Context) error + Register func(ctx context.Context, config *config.Control, handler http.Handler) (http.Handler, error) + RemoveSelf func(ctx context.Context) error + Reset func(ctx context.Context, reboostrap func() error) error + Restore func(ctx context.Context) error + Snapshot func(ctx context.Context, config *config.Control) error + Start func(ctx context.Context, clientAccessInfo *clientaccess.Info) error + Test func(ctx context.Context) error + func Registered() []Driver