Documentation
¶
Overview ¶
Package mock provide functionalities for mocking keychain storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoMockStorage = MockStorage()
NoMockStorage is no mock Storage.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
Storage is a moneyloverkeychain.Storage.
type StorageMocker ¶
StorageMocker is Storage mocker.
func MockStorage ¶
func MockStorage(mocks ...func(s *Storage)) StorageMocker
MockStorage creates Storage mock with cleanup to ensure all the expectations are met.
Click to show internal directories.
Click to hide internal directories.