Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAggregateService ¶
type MockAggregateService struct {
// contains filtered or unexported fields
}
MockAggregateService is a mock of Service interface.
func NewMockAggregateService ¶
func NewMockAggregateService(ctrl *gomock.Controller) *MockAggregateService
NewMockAggregateService creates a new mock instance.
func (*MockAggregateService) Aggregate ¶
func (m *MockAggregateService) Aggregate(ctx context.Context, params aggregate.Params) (aggregate.Result, cenclierrors.CencliError)
Aggregate mocks base method.
func (*MockAggregateService) EXPECT ¶
func (m *MockAggregateService) EXPECT() *MockAggregateServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAggregateServiceMockRecorder ¶
type MockAggregateServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockAggregateServiceMockRecorder is the mock recorder for MockAggregateService.
Click to show internal directories.
Click to hide internal directories.