teststore

package
v0.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMockStore

func NewMockStore(options ...Option) store.Store

Types

type MockStore

type MockStore struct {
	// contains filtered or unexported fields
}

func (*MockStore) Delete

func (m *MockStore) Delete(_ context.Context, id store.ID) error

func (*MockStore) Filter

func (m *MockStore) Filter(_ context.Context, pattern store.Pattern) (map[store.ID]store.Secret, error)

func (*MockStore) Get

func (m *MockStore) Get(_ context.Context, id store.ID) (store.Secret, error)

func (*MockStore) GetAllMetadata

func (m *MockStore) GetAllMetadata(_ context.Context) (map[store.ID]store.Secret, error)

func (*MockStore) Save

func (m *MockStore) Save(_ context.Context, id store.ID, secret store.Secret) error

type Option

type Option func(m *MockStore)

func WithStore

func WithStore(store map[store.ID]store.Secret) Option

func WithStoreDeleteErr

func WithStoreDeleteErr(err error) Option

func WithStoreFilterErr

func WithStoreFilterErr(err error) Option

func WithStoreGetAllErr

func WithStoreGetAllErr(err error) Option

func WithStoreGetErr

func WithStoreGetErr(err error) Option

func WithStoreSaveErr

func WithStoreSaveErr(err error) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL