Documentation
¶
Overview ¶
Package mock_errorgroups is a generated GoMock package.
Index ¶
- type MockService
- func (m *MockService) DiffByReleases(arg0 context.Context, arg1 types.DiffByReleasesRequest) ([]types.DiffGroup, uint64, error)
- func (m *MockService) EXPECT() *MockServiceMockRecorder
- func (m *MockService) GetDetails(arg0 context.Context, arg1 types.GetErrorGroupDetailsRequest) (types.ErrorGroupDetails, error)
- func (m *MockService) GetErrorGroups(arg0 context.Context, arg1 types.GetErrorGroupsRequest) ([]types.ErrorGroup, uint64, error)
- func (m *MockService) GetHist(arg0 context.Context, arg1 types.GetErrorHistRequest) (types.ErrorHist, error)
- func (m *MockService) GetNewErrorGroups(arg0 context.Context, arg1 types.GetErrorGroupsRequest) ([]types.ErrorGroup, uint64, error)
- func (m *MockService) GetReleases(arg0 context.Context, arg1 types.GetReleasesRequest) ([]string, error)
- func (m *MockService) GetServices(arg0 context.Context, arg1 types.GetServicesRequest) ([]string, error)
- func (m *MockService) GetTopErrorGroups(arg0 context.Context, arg1 types.GetTopErrorGroupsRequest) ([]types.TopErrorGroup, uint64, error)
- type MockServiceMockRecorder
- func (mr *MockServiceMockRecorder) DiffByReleases(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetDetails(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetErrorGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetHist(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetNewErrorGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetReleases(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetServices(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceMockRecorder) GetTopErrorGroups(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface.
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance.
func (*MockService) DiffByReleases ¶
func (m *MockService) DiffByReleases(arg0 context.Context, arg1 types.DiffByReleasesRequest) ([]types.DiffGroup, uint64, error)
DiffByReleases mocks base method.
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockService) GetDetails ¶
func (m *MockService) GetDetails(arg0 context.Context, arg1 types.GetErrorGroupDetailsRequest) (types.ErrorGroupDetails, error)
GetDetails mocks base method.
func (*MockService) GetErrorGroups ¶
func (m *MockService) GetErrorGroups(arg0 context.Context, arg1 types.GetErrorGroupsRequest) ([]types.ErrorGroup, uint64, error)
GetErrorGroups mocks base method.
func (*MockService) GetHist ¶
func (m *MockService) GetHist(arg0 context.Context, arg1 types.GetErrorHistRequest) (types.ErrorHist, error)
GetHist mocks base method.
func (*MockService) GetNewErrorGroups ¶
func (m *MockService) GetNewErrorGroups(arg0 context.Context, arg1 types.GetErrorGroupsRequest) ([]types.ErrorGroup, uint64, error)
GetNewErrorGroups mocks base method.
func (*MockService) GetReleases ¶
func (m *MockService) GetReleases(arg0 context.Context, arg1 types.GetReleasesRequest) ([]string, error)
GetReleases mocks base method.
func (*MockService) GetServices ¶
func (m *MockService) GetServices(arg0 context.Context, arg1 types.GetServicesRequest) ([]string, error)
GetServices mocks base method.
func (*MockService) GetTopErrorGroups ¶
func (m *MockService) GetTopErrorGroups(arg0 context.Context, arg1 types.GetTopErrorGroupsRequest) ([]types.TopErrorGroup, uint64, error)
GetTopErrorGroups mocks base method.
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService.
func (*MockServiceMockRecorder) DiffByReleases ¶
func (mr *MockServiceMockRecorder) DiffByReleases(arg0, arg1 any) *gomock.Call
DiffByReleases indicates an expected call of DiffByReleases.
func (*MockServiceMockRecorder) GetDetails ¶
func (mr *MockServiceMockRecorder) GetDetails(arg0, arg1 any) *gomock.Call
GetDetails indicates an expected call of GetDetails.
func (*MockServiceMockRecorder) GetErrorGroups ¶
func (mr *MockServiceMockRecorder) GetErrorGroups(arg0, arg1 any) *gomock.Call
GetErrorGroups indicates an expected call of GetErrorGroups.
func (*MockServiceMockRecorder) GetHist ¶
func (mr *MockServiceMockRecorder) GetHist(arg0, arg1 any) *gomock.Call
GetHist indicates an expected call of GetHist.
func (*MockServiceMockRecorder) GetNewErrorGroups ¶
func (mr *MockServiceMockRecorder) GetNewErrorGroups(arg0, arg1 any) *gomock.Call
GetNewErrorGroups indicates an expected call of GetNewErrorGroups.
func (*MockServiceMockRecorder) GetReleases ¶
func (mr *MockServiceMockRecorder) GetReleases(arg0, arg1 any) *gomock.Call
GetReleases indicates an expected call of GetReleases.
func (*MockServiceMockRecorder) GetServices ¶
func (mr *MockServiceMockRecorder) GetServices(arg0, arg1 any) *gomock.Call
GetServices indicates an expected call of GetServices.
func (*MockServiceMockRecorder) GetTopErrorGroups ¶
func (mr *MockServiceMockRecorder) GetTopErrorGroups(arg0, arg1 any) *gomock.Call
GetTopErrorGroups indicates an expected call of GetTopErrorGroups.