Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + var ErrConcurrentAccessNotSupported = errors.New("concurrent access not supported") + var ErrMirrorNotSupported = errors.New("mirror mode not supported") + func AddItem(ctx context.Context, t *testing.T, uut backend.Backend, key []byte, ...) (backend.Item, backend.Lease) + func MakePrefix() func(k string) []byte + func RequireItems(t *testing.T, actual, expected []backend.Item) + func RunBackendComplianceSuite(t *testing.T, newBackend Constructor) + type ConstructionOption func(*ConstructionOptions) error + func WithConcurrentBackend(target backend.Backend) ConstructionOption + func WithMirrorMode(mirror bool) ConstructionOption + type ConstructionOptions struct + ConcurrentBackend backend.Backend + MirrorMode bool + func ApplyOptions(options []ConstructionOption) (*ConstructionOptions, error) + func (opts *ConstructionOptions) Apply(options []ConstructionOption) error + type Constructor func(options ...ConstructionOption) (backend.Backend, clockwork.FakeClock, error) Other modules containing this package github.com/zmb3/teleport