Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEngine ¶
type MockEngine struct {
// contains filtered or unexported fields
}
MockEngine is a mock of Engine interface.
func NewMockEngine ¶
func NewMockEngine(ctrl *gomock.Controller) *MockEngine
NewMockEngine creates a new mock instance.
func (*MockEngine) EXPECT ¶
func (m *MockEngine) EXPECT() *MockEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEngineMockRecorder ¶
type MockEngineMockRecorder struct {
// contains filtered or unexported fields
}
MockEngineMockRecorder is the mock recorder for MockEngine.
func (*MockEngineMockRecorder) Get ¶
func (mr *MockEngineMockRecorder) Get(key interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockEngineMockRecorder) Put ¶
func (mr *MockEngineMockRecorder) Put(key, value interface{}) *gomock.Call
Put indicates an expected call of Put.
type MockScanIterator ¶
type MockScanIterator struct {
// contains filtered or unexported fields
}
MockScanIterator is a mock of ScanIterator interface.
func NewMockScanIterator ¶
func NewMockScanIterator(ctrl *gomock.Controller) *MockScanIterator
NewMockScanIterator creates a new mock instance.
func (*MockScanIterator) EXPECT ¶
func (m *MockScanIterator) EXPECT() *MockScanIteratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockScanIteratorMockRecorder ¶
type MockScanIteratorMockRecorder struct {
// contains filtered or unexported fields
}
MockScanIteratorMockRecorder is the mock recorder for MockScanIterator.
func (*MockScanIteratorMockRecorder) Item ¶
func (mr *MockScanIteratorMockRecorder) Item() *gomock.Call
Item indicates an expected call of Item.
func (*MockScanIteratorMockRecorder) Next ¶
func (mr *MockScanIteratorMockRecorder) Next() *gomock.Call
Next indicates an expected call of Next.
type MockScannable ¶
type MockScannable struct {
// contains filtered or unexported fields
}
MockScannable is a mock of Scannable interface.
func NewMockScannable ¶
func NewMockScannable(ctrl *gomock.Controller) *MockScannable
NewMockScannable creates a new mock instance.
func (*MockScannable) EXPECT ¶
func (m *MockScannable) EXPECT() *MockScannableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScannable) Scan ¶
func (m *MockScannable) Scan(key string) storage.ScanIterator
Scan mocks base method.
type MockScannableMockRecorder ¶
type MockScannableMockRecorder struct {
// contains filtered or unexported fields
}
MockScannableMockRecorder is the mock recorder for MockScannable.
func (*MockScannableMockRecorder) Scan ¶
func (mr *MockScannableMockRecorder) Scan(key interface{}) *gomock.Call
Scan indicates an expected call of Scan.