Documentation ¶
Overview ¶
Package mock_repository is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) ProcessedCount(ctx context.Context) (dto.Processed, error)
- func (m *MockInterface) SaveMessage(ctx context.Context, data dto.MessageID) error
- func (m *MockInterface) UpdateStatus(ctx context.Context, id uuid.UUID) error
- type MockInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) ProcessedCount ¶
ProcessedCount mocks base method.
func (*MockInterface) SaveMessage ¶
SaveMessage mocks base method.
func (*MockInterface) UpdateStatus ¶
UpdateStatus mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) ProcessedCount ¶
func (mr *MockInterfaceMockRecorder) ProcessedCount(ctx interface{}) *gomock.Call
ProcessedCount indicates an expected call of ProcessedCount.
func (*MockInterfaceMockRecorder) SaveMessage ¶
func (mr *MockInterfaceMockRecorder) SaveMessage(ctx, data interface{}) *gomock.Call
SaveMessage indicates an expected call of SaveMessage.
func (*MockInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockInterfaceMockRecorder) UpdateStatus(ctx, id interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
Click to show internal directories.
Click to hide internal directories.