Documentation
¶
Overview ¶
Package mock_modagent is a generated GoMock package.
Index ¶
- type MockAPI
- func (m *MockAPI) EXPECT() *MockAPIMockRecorder
- func (m *MockAPI) GetAgentId(arg0 context.Context) (int64, error)
- func (m *MockAPI) GetGitLabExternalUrl(arg0 context.Context) (url.URL, error)
- func (m *MockAPI) HandleProcessingError(arg0 context.Context, arg1 *zap.Logger, arg2 int64, arg3 string, arg4 error)
- func (m *MockAPI) MakeGitLabRequest(arg0 context.Context, arg1 string, arg2 ...modagent.GitLabRequestOption) (*modagent.GitLabResponse, error)
- func (m *MockAPI) TryGetAgentId() (int64, bool)
- type MockAPIGetAgentIdCall
- type MockAPIGetGitLabExternalUrlCall
- func (c *MockAPIGetGitLabExternalUrlCall) Do(f func(context.Context) (url.URL, error)) *MockAPIGetGitLabExternalUrlCall
- func (c *MockAPIGetGitLabExternalUrlCall) DoAndReturn(f func(context.Context) (url.URL, error)) *MockAPIGetGitLabExternalUrlCall
- func (c *MockAPIGetGitLabExternalUrlCall) Return(arg0 url.URL, arg1 error) *MockAPIGetGitLabExternalUrlCall
- type MockAPIHandleProcessingErrorCall
- func (c *MockAPIHandleProcessingErrorCall) Do(f func(context.Context, *zap.Logger, int64, string, error)) *MockAPIHandleProcessingErrorCall
- func (c *MockAPIHandleProcessingErrorCall) DoAndReturn(f func(context.Context, *zap.Logger, int64, string, error)) *MockAPIHandleProcessingErrorCall
- func (c *MockAPIHandleProcessingErrorCall) Return() *MockAPIHandleProcessingErrorCall
- type MockAPIMakeGitLabRequestCall
- type MockAPIMockRecorder
- func (mr *MockAPIMockRecorder) GetAgentId(arg0 any) *MockAPIGetAgentIdCall
- func (mr *MockAPIMockRecorder) GetGitLabExternalUrl(arg0 any) *MockAPIGetGitLabExternalUrlCall
- func (mr *MockAPIMockRecorder) HandleProcessingError(arg0, arg1, arg2, arg3, arg4 any) *MockAPIHandleProcessingErrorCall
- func (mr *MockAPIMockRecorder) MakeGitLabRequest(arg0, arg1 any, arg2 ...any) *MockAPIMakeGitLabRequestCall
- func (mr *MockAPIMockRecorder) TryGetAgentId() *MockAPITryGetAgentIdCall
- type MockAPITryGetAgentIdCall
- type MockFactory
- type MockFactoryIsProducingLeaderModulesCall
- func (c *MockFactoryIsProducingLeaderModulesCall) Do(f func() bool) *MockFactoryIsProducingLeaderModulesCall
- func (c *MockFactoryIsProducingLeaderModulesCall) DoAndReturn(f func() bool) *MockFactoryIsProducingLeaderModulesCall
- func (c *MockFactoryIsProducingLeaderModulesCall) Return(arg0 bool) *MockFactoryIsProducingLeaderModulesCall
- type MockFactoryMockRecorder
- func (mr *MockFactoryMockRecorder) IsProducingLeaderModules() *MockFactoryIsProducingLeaderModulesCall
- func (mr *MockFactoryMockRecorder) Name() *MockFactoryNameCall
- func (mr *MockFactoryMockRecorder) New(arg0 any) *MockFactoryNewCall
- func (mr *MockFactoryMockRecorder) StartStopPhase() *MockFactoryStartStopPhaseCall
- type MockFactoryNameCall
- type MockFactoryNewCall
- func (c *MockFactoryNewCall) Do(f func(*modagent.Config) (modagent.Module, error)) *MockFactoryNewCall
- func (c *MockFactoryNewCall) DoAndReturn(f func(*modagent.Config) (modagent.Module, error)) *MockFactoryNewCall
- func (c *MockFactoryNewCall) Return(arg0 modagent.Module, arg1 error) *MockFactoryNewCall
- type MockFactoryStartStopPhaseCall
- func (c *MockFactoryStartStopPhaseCall) Do(f func() modshared.ModuleStartStopPhase) *MockFactoryStartStopPhaseCall
- func (c *MockFactoryStartStopPhaseCall) DoAndReturn(f func() modshared.ModuleStartStopPhase) *MockFactoryStartStopPhaseCall
- func (c *MockFactoryStartStopPhaseCall) Return(arg0 modshared.ModuleStartStopPhase) *MockFactoryStartStopPhaseCall
- type MockModule
- type MockModuleDefaultAndValidateConfigurationCall
- func (c *MockModuleDefaultAndValidateConfigurationCall) Do(f func(*agentcfg.AgentConfiguration) error) *MockModuleDefaultAndValidateConfigurationCall
- func (c *MockModuleDefaultAndValidateConfigurationCall) DoAndReturn(f func(*agentcfg.AgentConfiguration) error) *MockModuleDefaultAndValidateConfigurationCall
- func (c *MockModuleDefaultAndValidateConfigurationCall) Return(arg0 error) *MockModuleDefaultAndValidateConfigurationCall
- type MockModuleMockRecorder
- type MockModuleNameCall
- type MockModuleRunCall
- func (c *MockModuleRunCall) Do(f func(context.Context, <-chan *agentcfg.AgentConfiguration) error) *MockModuleRunCall
- func (c *MockModuleRunCall) DoAndReturn(f func(context.Context, <-chan *agentcfg.AgentConfiguration) error) *MockModuleRunCall
- func (c *MockModuleRunCall) Return(arg0 error) *MockModuleRunCall
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPI ¶ added in v16.9.0
type MockAPI struct {
// contains filtered or unexported fields
}
MockAPI is a mock of API interface.
func NewMockAPI ¶ added in v16.9.0
func NewMockAPI(ctrl *gomock.Controller) *MockAPI
NewMockAPI creates a new mock instance.
func (*MockAPI) EXPECT ¶ added in v16.9.0
func (m *MockAPI) EXPECT() *MockAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPI) GetAgentId ¶
GetAgentId mocks base method.
func (*MockAPI) GetGitLabExternalUrl ¶
GetGitLabExternalUrl mocks base method.
func (*MockAPI) HandleProcessingError ¶ added in v16.9.0
func (m *MockAPI) HandleProcessingError(arg0 context.Context, arg1 *zap.Logger, arg2 int64, arg3 string, arg4 error)
HandleProcessingError mocks base method.
func (*MockAPI) MakeGitLabRequest ¶ added in v16.9.0
func (m *MockAPI) MakeGitLabRequest(arg0 context.Context, arg1 string, arg2 ...modagent.GitLabRequestOption) (*modagent.GitLabResponse, error)
MakeGitLabRequest mocks base method.
func (*MockAPI) TryGetAgentId ¶
TryGetAgentId mocks base method.
type MockAPIGetAgentIdCall ¶
MockAPIGetAgentIdCall wrap *gomock.Call
func (*MockAPIGetAgentIdCall) Do ¶
func (c *MockAPIGetAgentIdCall) Do(f func(context.Context) (int64, error)) *MockAPIGetAgentIdCall
Do rewrite *gomock.Call.Do
func (*MockAPIGetAgentIdCall) DoAndReturn ¶
func (c *MockAPIGetAgentIdCall) DoAndReturn(f func(context.Context) (int64, error)) *MockAPIGetAgentIdCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockAPIGetAgentIdCall) Return ¶
func (c *MockAPIGetAgentIdCall) Return(arg0 int64, arg1 error) *MockAPIGetAgentIdCall
Return rewrite *gomock.Call.Return
type MockAPIGetGitLabExternalUrlCall ¶
MockAPIGetGitLabExternalUrlCall wrap *gomock.Call
func (*MockAPIGetGitLabExternalUrlCall) Do ¶
func (c *MockAPIGetGitLabExternalUrlCall) Do(f func(context.Context) (url.URL, error)) *MockAPIGetGitLabExternalUrlCall
Do rewrite *gomock.Call.Do
func (*MockAPIGetGitLabExternalUrlCall) DoAndReturn ¶
func (c *MockAPIGetGitLabExternalUrlCall) DoAndReturn(f func(context.Context) (url.URL, error)) *MockAPIGetGitLabExternalUrlCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockAPIGetGitLabExternalUrlCall) Return ¶
func (c *MockAPIGetGitLabExternalUrlCall) Return(arg0 url.URL, arg1 error) *MockAPIGetGitLabExternalUrlCall
Return rewrite *gomock.Call.Return
type MockAPIHandleProcessingErrorCall ¶ added in v16.9.0
MockAPIHandleProcessingErrorCall wrap *gomock.Call
func (*MockAPIHandleProcessingErrorCall) Do ¶ added in v16.9.0
func (c *MockAPIHandleProcessingErrorCall) Do(f func(context.Context, *zap.Logger, int64, string, error)) *MockAPIHandleProcessingErrorCall
Do rewrite *gomock.Call.Do
func (*MockAPIHandleProcessingErrorCall) DoAndReturn ¶ added in v16.9.0
func (c *MockAPIHandleProcessingErrorCall) DoAndReturn(f func(context.Context, *zap.Logger, int64, string, error)) *MockAPIHandleProcessingErrorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockAPIHandleProcessingErrorCall) Return ¶ added in v16.9.0
func (c *MockAPIHandleProcessingErrorCall) Return() *MockAPIHandleProcessingErrorCall
Return rewrite *gomock.Call.Return
type MockAPIMakeGitLabRequestCall ¶ added in v16.9.0
MockAPIMakeGitLabRequestCall wrap *gomock.Call
func (*MockAPIMakeGitLabRequestCall) Do ¶ added in v16.9.0
func (c *MockAPIMakeGitLabRequestCall) Do(f func(context.Context, string, ...modagent.GitLabRequestOption) (*modagent.GitLabResponse, error)) *MockAPIMakeGitLabRequestCall
Do rewrite *gomock.Call.Do
func (*MockAPIMakeGitLabRequestCall) DoAndReturn ¶ added in v16.9.0
func (c *MockAPIMakeGitLabRequestCall) DoAndReturn(f func(context.Context, string, ...modagent.GitLabRequestOption) (*modagent.GitLabResponse, error)) *MockAPIMakeGitLabRequestCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockAPIMakeGitLabRequestCall) Return ¶ added in v16.9.0
func (c *MockAPIMakeGitLabRequestCall) Return(arg0 *modagent.GitLabResponse, arg1 error) *MockAPIMakeGitLabRequestCall
Return rewrite *gomock.Call.Return
type MockAPIMockRecorder ¶ added in v16.9.0
type MockAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIMockRecorder is the mock recorder for MockAPI.
func (*MockAPIMockRecorder) GetAgentId ¶
func (mr *MockAPIMockRecorder) GetAgentId(arg0 any) *MockAPIGetAgentIdCall
GetAgentId indicates an expected call of GetAgentId.
func (*MockAPIMockRecorder) GetGitLabExternalUrl ¶
func (mr *MockAPIMockRecorder) GetGitLabExternalUrl(arg0 any) *MockAPIGetGitLabExternalUrlCall
GetGitLabExternalUrl indicates an expected call of GetGitLabExternalUrl.
func (*MockAPIMockRecorder) HandleProcessingError ¶ added in v16.9.0
func (mr *MockAPIMockRecorder) HandleProcessingError(arg0, arg1, arg2, arg3, arg4 any) *MockAPIHandleProcessingErrorCall
HandleProcessingError indicates an expected call of HandleProcessingError.
func (*MockAPIMockRecorder) MakeGitLabRequest ¶ added in v16.9.0
func (mr *MockAPIMockRecorder) MakeGitLabRequest(arg0, arg1 any, arg2 ...any) *MockAPIMakeGitLabRequestCall
MakeGitLabRequest indicates an expected call of MakeGitLabRequest.
func (*MockAPIMockRecorder) TryGetAgentId ¶
func (mr *MockAPIMockRecorder) TryGetAgentId() *MockAPITryGetAgentIdCall
TryGetAgentId indicates an expected call of TryGetAgentId.
type MockAPITryGetAgentIdCall ¶
MockAPITryGetAgentIdCall wrap *gomock.Call
func (*MockAPITryGetAgentIdCall) Do ¶
func (c *MockAPITryGetAgentIdCall) Do(f func() (int64, bool)) *MockAPITryGetAgentIdCall
Do rewrite *gomock.Call.Do
func (*MockAPITryGetAgentIdCall) DoAndReturn ¶
func (c *MockAPITryGetAgentIdCall) DoAndReturn(f func() (int64, bool)) *MockAPITryGetAgentIdCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockAPITryGetAgentIdCall) Return ¶
func (c *MockAPITryGetAgentIdCall) Return(arg0 int64, arg1 bool) *MockAPITryGetAgentIdCall
Return rewrite *gomock.Call.Return
type MockFactory ¶
type MockFactory struct {
// contains filtered or unexported fields
}
MockFactory is a mock of Factory interface.
func NewMockFactory ¶
func NewMockFactory(ctrl *gomock.Controller) *MockFactory
NewMockFactory creates a new mock instance.
func (*MockFactory) EXPECT ¶
func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFactory) IsProducingLeaderModules ¶ added in v16.3.0
func (m *MockFactory) IsProducingLeaderModules() bool
IsProducingLeaderModules mocks base method.
func (*MockFactory) StartStopPhase ¶
func (m *MockFactory) StartStopPhase() modshared.ModuleStartStopPhase
StartStopPhase mocks base method.
type MockFactoryIsProducingLeaderModulesCall ¶ added in v16.8.0
MockFactoryIsProducingLeaderModulesCall wrap *gomock.Call
func (*MockFactoryIsProducingLeaderModulesCall) Do ¶ added in v16.8.0
func (c *MockFactoryIsProducingLeaderModulesCall) Do(f func() bool) *MockFactoryIsProducingLeaderModulesCall
Do rewrite *gomock.Call.Do
func (*MockFactoryIsProducingLeaderModulesCall) DoAndReturn ¶ added in v16.8.0
func (c *MockFactoryIsProducingLeaderModulesCall) DoAndReturn(f func() bool) *MockFactoryIsProducingLeaderModulesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockFactoryIsProducingLeaderModulesCall) Return ¶ added in v16.8.0
func (c *MockFactoryIsProducingLeaderModulesCall) Return(arg0 bool) *MockFactoryIsProducingLeaderModulesCall
Return rewrite *gomock.Call.Return
type MockFactoryMockRecorder ¶
type MockFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFactoryMockRecorder is the mock recorder for MockFactory.
func (*MockFactoryMockRecorder) IsProducingLeaderModules ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) IsProducingLeaderModules() *MockFactoryIsProducingLeaderModulesCall
IsProducingLeaderModules indicates an expected call of IsProducingLeaderModules.
func (*MockFactoryMockRecorder) Name ¶
func (mr *MockFactoryMockRecorder) Name() *MockFactoryNameCall
Name indicates an expected call of Name.
func (*MockFactoryMockRecorder) New ¶
func (mr *MockFactoryMockRecorder) New(arg0 any) *MockFactoryNewCall
New indicates an expected call of New.
func (*MockFactoryMockRecorder) StartStopPhase ¶
func (mr *MockFactoryMockRecorder) StartStopPhase() *MockFactoryStartStopPhaseCall
StartStopPhase indicates an expected call of StartStopPhase.
type MockFactoryNameCall ¶ added in v16.8.0
MockFactoryNameCall wrap *gomock.Call
func (*MockFactoryNameCall) Do ¶ added in v16.8.0
func (c *MockFactoryNameCall) Do(f func() string) *MockFactoryNameCall
Do rewrite *gomock.Call.Do
func (*MockFactoryNameCall) DoAndReturn ¶ added in v16.8.0
func (c *MockFactoryNameCall) DoAndReturn(f func() string) *MockFactoryNameCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockFactoryNameCall) Return ¶ added in v16.8.0
func (c *MockFactoryNameCall) Return(arg0 string) *MockFactoryNameCall
Return rewrite *gomock.Call.Return
type MockFactoryNewCall ¶ added in v16.8.0
MockFactoryNewCall wrap *gomock.Call
func (*MockFactoryNewCall) Do ¶ added in v16.8.0
func (c *MockFactoryNewCall) Do(f func(*modagent.Config) (modagent.Module, error)) *MockFactoryNewCall
Do rewrite *gomock.Call.Do
func (*MockFactoryNewCall) DoAndReturn ¶ added in v16.8.0
func (c *MockFactoryNewCall) DoAndReturn(f func(*modagent.Config) (modagent.Module, error)) *MockFactoryNewCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockFactoryNewCall) Return ¶ added in v16.8.0
func (c *MockFactoryNewCall) Return(arg0 modagent.Module, arg1 error) *MockFactoryNewCall
Return rewrite *gomock.Call.Return
type MockFactoryStartStopPhaseCall ¶ added in v16.8.0
MockFactoryStartStopPhaseCall wrap *gomock.Call
func (*MockFactoryStartStopPhaseCall) Do ¶ added in v16.8.0
func (c *MockFactoryStartStopPhaseCall) Do(f func() modshared.ModuleStartStopPhase) *MockFactoryStartStopPhaseCall
Do rewrite *gomock.Call.Do
func (*MockFactoryStartStopPhaseCall) DoAndReturn ¶ added in v16.8.0
func (c *MockFactoryStartStopPhaseCall) DoAndReturn(f func() modshared.ModuleStartStopPhase) *MockFactoryStartStopPhaseCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockFactoryStartStopPhaseCall) Return ¶ added in v16.8.0
func (c *MockFactoryStartStopPhaseCall) Return(arg0 modshared.ModuleStartStopPhase) *MockFactoryStartStopPhaseCall
Return rewrite *gomock.Call.Return
type MockModule ¶
type MockModule struct {
// contains filtered or unexported fields
}
MockModule is a mock of Module interface.
func NewMockModule ¶
func NewMockModule(ctrl *gomock.Controller) *MockModule
NewMockModule creates a new mock instance.
func (*MockModule) DefaultAndValidateConfiguration ¶
func (m *MockModule) DefaultAndValidateConfiguration(arg0 *agentcfg.AgentConfiguration) error
DefaultAndValidateConfiguration mocks base method.
func (*MockModule) EXPECT ¶
func (m *MockModule) EXPECT() *MockModuleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockModule) Run ¶
func (m *MockModule) Run(arg0 context.Context, arg1 <-chan *agentcfg.AgentConfiguration) error
Run mocks base method.
type MockModuleDefaultAndValidateConfigurationCall ¶ added in v16.8.0
MockModuleDefaultAndValidateConfigurationCall wrap *gomock.Call
func (*MockModuleDefaultAndValidateConfigurationCall) Do ¶ added in v16.8.0
func (c *MockModuleDefaultAndValidateConfigurationCall) Do(f func(*agentcfg.AgentConfiguration) error) *MockModuleDefaultAndValidateConfigurationCall
Do rewrite *gomock.Call.Do
func (*MockModuleDefaultAndValidateConfigurationCall) DoAndReturn ¶ added in v16.8.0
func (c *MockModuleDefaultAndValidateConfigurationCall) DoAndReturn(f func(*agentcfg.AgentConfiguration) error) *MockModuleDefaultAndValidateConfigurationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockModuleDefaultAndValidateConfigurationCall) Return ¶ added in v16.8.0
func (c *MockModuleDefaultAndValidateConfigurationCall) Return(arg0 error) *MockModuleDefaultAndValidateConfigurationCall
Return rewrite *gomock.Call.Return
type MockModuleMockRecorder ¶
type MockModuleMockRecorder struct {
// contains filtered or unexported fields
}
MockModuleMockRecorder is the mock recorder for MockModule.
func (*MockModuleMockRecorder) DefaultAndValidateConfiguration ¶
func (mr *MockModuleMockRecorder) DefaultAndValidateConfiguration(arg0 any) *MockModuleDefaultAndValidateConfigurationCall
DefaultAndValidateConfiguration indicates an expected call of DefaultAndValidateConfiguration.
func (*MockModuleMockRecorder) Name ¶
func (mr *MockModuleMockRecorder) Name() *MockModuleNameCall
Name indicates an expected call of Name.
func (*MockModuleMockRecorder) Run ¶
func (mr *MockModuleMockRecorder) Run(arg0, arg1 any) *MockModuleRunCall
Run indicates an expected call of Run.
type MockModuleNameCall ¶ added in v16.8.0
MockModuleNameCall wrap *gomock.Call
func (*MockModuleNameCall) Do ¶ added in v16.8.0
func (c *MockModuleNameCall) Do(f func() string) *MockModuleNameCall
Do rewrite *gomock.Call.Do
func (*MockModuleNameCall) DoAndReturn ¶ added in v16.8.0
func (c *MockModuleNameCall) DoAndReturn(f func() string) *MockModuleNameCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockModuleNameCall) Return ¶ added in v16.8.0
func (c *MockModuleNameCall) Return(arg0 string) *MockModuleNameCall
Return rewrite *gomock.Call.Return
type MockModuleRunCall ¶ added in v16.8.0
MockModuleRunCall wrap *gomock.Call
func (*MockModuleRunCall) Do ¶ added in v16.8.0
func (c *MockModuleRunCall) Do(f func(context.Context, <-chan *agentcfg.AgentConfiguration) error) *MockModuleRunCall
Do rewrite *gomock.Call.Do
func (*MockModuleRunCall) DoAndReturn ¶ added in v16.8.0
func (c *MockModuleRunCall) DoAndReturn(f func(context.Context, <-chan *agentcfg.AgentConfiguration) error) *MockModuleRunCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockModuleRunCall) Return ¶ added in v16.8.0
func (c *MockModuleRunCall) Return(arg0 error) *MockModuleRunCall
Return rewrite *gomock.Call.Return