Documentation ¶
Overview ¶
Package fixtures contains code for creating ProfileService fixtures and is used in various parts of the code. For testing use only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithFailedUpsertRuleType ¶
func WithFailedUpsertRuleType(mock RuleTypeSvcMock)
func WithSuccessfulCreateRuleType ¶
func WithSuccessfulCreateRuleType(mock RuleTypeSvcMock)
func WithSuccessfulUpdateRuleType ¶
func WithSuccessfulUpdateRuleType(mock RuleTypeSvcMock)
func WithSuccessfulUpsertRuleType ¶
func WithSuccessfulUpsertRuleType(mock RuleTypeSvcMock)
Types ¶
type RuleTypeSvcMock ¶
type RuleTypeSvcMock = *mockrulesvc.MockRuleTypeService
type RuleTypeSvcMockBuilder ¶
type RuleTypeSvcMockBuilder = func(*gomock.Controller) RuleTypeSvcMock
func NewRuleTypeServiceMock ¶
func NewRuleTypeServiceMock(opts ...func(mock RuleTypeSvcMock)) RuleTypeSvcMockBuilder
Click to show internal directories.
Click to hide internal directories.