Documentation ¶
Overview ¶
Package mock_sequencer is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) GetNextId(arg0 *sequencer.GetNextIdRequest) (*sequencer.GetNextIdResponse, error)
- func (m *MockStore) GetSegment(arg0 *sequencer.GetSegmentRequest) (bool, *sequencer.GetSegmentResponse, error)
- func (m *MockStore) Init(config sequencer.Configuration) error
- type MockStoreMockRecorder
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) GetNextId ¶
func (m *MockStore) GetNextId(arg0 *sequencer.GetNextIdRequest) (*sequencer.GetNextIdResponse, error)
GetNextId mocks base method.
func (*MockStore) GetSegment ¶
func (m *MockStore) GetSegment(arg0 *sequencer.GetSegmentRequest) (bool, *sequencer.GetSegmentResponse, error)
GetSegment mocks base method.
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore.
func (*MockStoreMockRecorder) GetNextId ¶
func (mr *MockStoreMockRecorder) GetNextId(arg0 interface{}) *gomock.Call
GetNextId indicates an expected call of GetNextId.
func (*MockStoreMockRecorder) GetSegment ¶
func (mr *MockStoreMockRecorder) GetSegment(arg0 interface{}) *gomock.Call
GetSegment indicates an expected call of GetSegment.
func (*MockStoreMockRecorder) Init ¶
func (mr *MockStoreMockRecorder) Init(config interface{}) *gomock.Call
Init indicates an expected call of Init.
Click to show internal directories.
Click to hide internal directories.