Documentation ¶
Overview ¶
Package mock_keyvalue is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStore ¶
type MockStore struct {
// contains filtered or unexported fields
}
MockStore is a mock of Store interface
func NewMockStore ¶
func NewMockStore(ctrl *gomock.Controller) *MockStore
NewMockStore creates a new mock instance
func (*MockStore) EXPECT ¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStore) GetAllWithPrefixed ¶
GetAllWithPrefixed mocks base method
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore
func (*MockStoreMockRecorder) Delete ¶
func (mr *MockStoreMockRecorder) Delete(key interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockStoreMockRecorder) Get ¶
func (mr *MockStoreMockRecorder) Get(key interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockStoreMockRecorder) GetAllWithPrefixed ¶
func (mr *MockStoreMockRecorder) GetAllWithPrefixed(keyPrefix interface{}) *gomock.Call
GetAllWithPrefixed indicates an expected call of GetAllWithPrefixed
func (*MockStoreMockRecorder) Set ¶
func (mr *MockStoreMockRecorder) Set(key, value interface{}) *gomock.Call
Set indicates an expected call of Set
Click to show internal directories.
Click to hide internal directories.