Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
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 MockCursorIterator ¶
type MockCursorIterator struct {
// contains filtered or unexported fields
}
MockCursorIterator is a mock of CursorIterator interface
func NewMockCursorIterator ¶
func NewMockCursorIterator(ctrl *gomock.Controller) *MockCursorIterator
NewMockCursorIterator creates a new mock instance
func (*MockCursorIterator) EXPECT ¶
func (m *MockCursorIterator) EXPECT() *MockCursorIteratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCursorIterator) Next ¶
func (m *MockCursorIterator) Next(arg0 context.Context, arg1 *cursors.CursorRequest) (cursors.Cursor, error)
Next mocks base method
func (*MockCursorIterator) Stats ¶
func (m *MockCursorIterator) Stats() cursors.CursorStats
Stats mocks base method
type MockCursorIteratorMockRecorder ¶
type MockCursorIteratorMockRecorder struct {
// contains filtered or unexported fields
}
MockCursorIteratorMockRecorder is the mock recorder for MockCursorIterator
func (*MockCursorIteratorMockRecorder) Next ¶
func (mr *MockCursorIteratorMockRecorder) Next(arg0, arg1 interface{}) *gomock.Call
Next indicates an expected call of Next
func (*MockCursorIteratorMockRecorder) Stats ¶
func (mr *MockCursorIteratorMockRecorder) Stats() *gomock.Call
Stats indicates an expected call of Stats
type MockIntegerArrayCursor ¶
type MockIntegerArrayCursor struct {
// contains filtered or unexported fields
}
MockIntegerArrayCursor is a mock of IntegerArrayCursor interface
func NewMockIntegerArrayCursor ¶
func NewMockIntegerArrayCursor(ctrl *gomock.Controller) *MockIntegerArrayCursor
NewMockIntegerArrayCursor creates a new mock instance
func (*MockIntegerArrayCursor) Close ¶
func (m *MockIntegerArrayCursor) Close()
Close mocks base method
func (*MockIntegerArrayCursor) EXPECT ¶
func (m *MockIntegerArrayCursor) EXPECT() *MockIntegerArrayCursorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIntegerArrayCursor) Err ¶
func (m *MockIntegerArrayCursor) Err() error
Err mocks base method
func (*MockIntegerArrayCursor) Next ¶
func (m *MockIntegerArrayCursor) Next() *cursors.IntegerArray
Next mocks base method
func (*MockIntegerArrayCursor) Stats ¶
func (m *MockIntegerArrayCursor) Stats() cursors.CursorStats
Stats mocks base method
type MockIntegerArrayCursorMockRecorder ¶
type MockIntegerArrayCursorMockRecorder struct {
// contains filtered or unexported fields
}
MockIntegerArrayCursorMockRecorder is the mock recorder for MockIntegerArrayCursor
func (*MockIntegerArrayCursorMockRecorder) Close ¶
func (mr *MockIntegerArrayCursorMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockIntegerArrayCursorMockRecorder) Err ¶
func (mr *MockIntegerArrayCursorMockRecorder) Err() *gomock.Call
Err indicates an expected call of Err
func (*MockIntegerArrayCursorMockRecorder) Next ¶
func (mr *MockIntegerArrayCursorMockRecorder) Next() *gomock.Call
Next indicates an expected call of Next
func (*MockIntegerArrayCursorMockRecorder) Stats ¶
func (mr *MockIntegerArrayCursorMockRecorder) Stats() *gomock.Call
Stats indicates an expected call of Stats