Documentation
¶
Overview ¶
Package mockrulesvc is a generated GoMock package.
Index ¶
- type MockRuleTypeService
- func (m *MockRuleTypeService) CreateRuleType(arg0 context.Context, arg1, arg2 uuid.UUID, arg3 *v1.RuleType, arg4 db.Querier) (*v1.RuleType, error)
- func (m *MockRuleTypeService) EXPECT() *MockRuleTypeServiceMockRecorder
- func (m *MockRuleTypeService) UpdateRuleType(arg0 context.Context, arg1, arg2 uuid.UUID, arg3 *v1.RuleType, arg4 db.Querier) (*v1.RuleType, error)
- func (m *MockRuleTypeService) UpsertRuleType(arg0 context.Context, arg1, arg2 uuid.UUID, arg3 *v1.RuleType, arg4 db.Querier) error
- type MockRuleTypeServiceMockRecorder
- func (mr *MockRuleTypeServiceMockRecorder) CreateRuleType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
- func (mr *MockRuleTypeServiceMockRecorder) UpdateRuleType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
- func (mr *MockRuleTypeServiceMockRecorder) UpsertRuleType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRuleTypeService ¶
type MockRuleTypeService struct {
// contains filtered or unexported fields
}
MockRuleTypeService is a mock of RuleTypeService interface.
func NewMockRuleTypeService ¶
func NewMockRuleTypeService(ctrl *gomock.Controller) *MockRuleTypeService
NewMockRuleTypeService creates a new mock instance.
func (*MockRuleTypeService) CreateRuleType ¶
func (m *MockRuleTypeService) CreateRuleType(arg0 context.Context, arg1, arg2 uuid.UUID, arg3 *v1.RuleType, arg4 db.Querier) (*v1.RuleType, error)
CreateRuleType mocks base method.
func (*MockRuleTypeService) EXPECT ¶
func (m *MockRuleTypeService) EXPECT() *MockRuleTypeServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRuleTypeServiceMockRecorder ¶
type MockRuleTypeServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockRuleTypeServiceMockRecorder is the mock recorder for MockRuleTypeService.
func (*MockRuleTypeServiceMockRecorder) CreateRuleType ¶
func (mr *MockRuleTypeServiceMockRecorder) CreateRuleType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
CreateRuleType indicates an expected call of CreateRuleType.
func (*MockRuleTypeServiceMockRecorder) UpdateRuleType ¶
func (mr *MockRuleTypeServiceMockRecorder) UpdateRuleType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
UpdateRuleType indicates an expected call of UpdateRuleType.
func (*MockRuleTypeServiceMockRecorder) UpsertRuleType ¶ added in v0.0.38
func (mr *MockRuleTypeServiceMockRecorder) UpsertRuleType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
UpsertRuleType indicates an expected call of UpsertRuleType.
Click to show internal directories.
Click to hide internal directories.