Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
func NewProvider() pvtdatastorage.Provider
NewProvider instantiates a private data storage provider backed by cache
Types ¶
type StoreEnv ¶
type StoreEnv struct { TestStoreProvider pvtdatastorage.Provider TestStore pvtdatastorage.Store // contains filtered or unexported fields }
StoreEnv provides the store env for testing
func NewTestStoreEnv ¶
NewTestStoreEnv construct a StoreEnv for testing
func (*StoreEnv) CloseAndReopen ¶
func (env *StoreEnv) CloseAndReopen()
CloseAndReopen closes and opens the store provider
Click to show internal directories.
Click to hide internal directories.