Documentation ¶
Overview ¶
Package mock_statesetting is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAssigner ¶
type MockAssigner struct {
// contains filtered or unexported fields
}
MockAssigner is a mock of Assigner interface.
func NewMockAssigner ¶
func NewMockAssigner(ctrl *gomock.Controller) *MockAssigner
NewMockAssigner creates a new mock instance.
func (*MockAssigner) AssignStateSetting ¶
func (m *MockAssigner) AssignStateSetting(arg0 context.Context, arg1 *types.Entity, arg2 mongo.CommandsRegister) (bool, error)
AssignStateSetting mocks base method.
func (*MockAssigner) EXPECT ¶
func (m *MockAssigner) EXPECT() *MockAssignerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAssigner) LoadRules ¶
func (m *MockAssigner) LoadRules(arg0 context.Context) error
LoadRules mocks base method.
type MockAssignerMockRecorder ¶
type MockAssignerMockRecorder struct {
// contains filtered or unexported fields
}
MockAssignerMockRecorder is the mock recorder for MockAssigner.
func (*MockAssignerMockRecorder) AssignStateSetting ¶
func (mr *MockAssignerMockRecorder) AssignStateSetting(arg0, arg1, arg2 interface{}) *gomock.Call
AssignStateSetting indicates an expected call of AssignStateSetting.
func (*MockAssignerMockRecorder) LoadRules ¶
func (mr *MockAssignerMockRecorder) LoadRules(arg0 interface{}) *gomock.Call
LoadRules indicates an expected call of LoadRules.
Click to show internal directories.
Click to hide internal directories.