Documentation ¶
Index ¶
- type MockProvider
- func (m *MockProvider) Close() error
- func (m *MockProvider) GetOpenStores() []storage.Store
- func (m *MockProvider) GetStoreConfig(_ string) (storage.StoreConfiguration, error)
- func (m *MockProvider) OpenStore(name string) (storage.Store, error)
- func (m *MockProvider) SetStoreConfig(_ string, _ storage.StoreConfiguration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProvider ¶
MockProvider is a mock edge storage provider that can hold several stores, not just one.
func (*MockProvider) GetOpenStores ¶
func (m *MockProvider) GetOpenStores() []storage.Store
GetOpenStores is not implemented.
func (*MockProvider) GetStoreConfig ¶
func (m *MockProvider) GetStoreConfig(_ string) (storage.StoreConfiguration, error)
GetStoreConfig is not implemented.
func (*MockProvider) OpenStore ¶
func (m *MockProvider) OpenStore(name string) (storage.Store, error)
OpenStore opens the store.
func (*MockProvider) SetStoreConfig ¶
func (m *MockProvider) SetStoreConfig(_ string, _ storage.StoreConfiguration) error
SetStoreConfig is not implemented.
Click to show internal directories.
Click to hide internal directories.