mock_modagent

package
v17.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package mock_modagent is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPI

type MockAPI struct {
	// contains filtered or unexported fields
}

MockAPI is a mock of API interface.

func NewMockAPI

func NewMockAPI(ctrl *gomock.Controller) *MockAPI

NewMockAPI creates a new mock instance.

func (*MockAPI) EXPECT

func (m *MockAPI) EXPECT() *MockAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAPI) GetAgentID

func (m *MockAPI) GetAgentID(arg0 context.Context) (int64, error)

GetAgentID mocks base method.

func (*MockAPI) GetGitLabExternalURL

func (m *MockAPI) GetGitLabExternalURL(arg0 context.Context) (url.URL, error)

GetGitLabExternalURL mocks base method.

func (*MockAPI) HandleProcessingError

func (m *MockAPI) HandleProcessingError(arg0 context.Context, arg1 *zap.Logger, arg2 string, arg3 error, arg4 ...fieldz.Field)

HandleProcessingError mocks base method.

func (*MockAPI) MakeGitLabRequest

func (m *MockAPI) MakeGitLabRequest(arg0 context.Context, arg1 string, arg2 ...modagent.GitLabRequestOption) (*modagent.GitLabResponse, error)

MakeGitLabRequest mocks base method.

func (*MockAPI) TryGetAgentID

func (m *MockAPI) TryGetAgentID() (int64, bool)

TryGetAgentID mocks base method.

type MockAPIGetAgentIDCall

type MockAPIGetAgentIDCall struct {
	*gomock.Call
}

MockAPIGetAgentIDCall wrap *gomock.Call

func (*MockAPIGetAgentIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockAPIGetAgentIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockAPIGetAgentIDCall) Return

func (c *MockAPIGetAgentIDCall) Return(arg0 int64, arg1 error) *MockAPIGetAgentIDCall

Return rewrite *gomock.Call.Return

type MockAPIGetGitLabExternalURLCall

type MockAPIGetGitLabExternalURLCall struct {
	*gomock.Call
}

MockAPIGetGitLabExternalURLCall wrap *gomock.Call

func (*MockAPIGetGitLabExternalURLCall) Do

Do rewrite *gomock.Call.Do

func (*MockAPIGetGitLabExternalURLCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockAPIGetGitLabExternalURLCall) Return

Return rewrite *gomock.Call.Return

type MockAPIHandleProcessingErrorCall

type MockAPIHandleProcessingErrorCall struct {
	*gomock.Call
}

MockAPIHandleProcessingErrorCall wrap *gomock.Call

func (*MockAPIHandleProcessingErrorCall) Do

Do rewrite *gomock.Call.Do

func (*MockAPIHandleProcessingErrorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockAPIHandleProcessingErrorCall) Return

Return rewrite *gomock.Call.Return

type MockAPIMakeGitLabRequestCall

type MockAPIMakeGitLabRequestCall struct {
	*gomock.Call
}

MockAPIMakeGitLabRequestCall wrap *gomock.Call

func (*MockAPIMakeGitLabRequestCall) Do

Do rewrite *gomock.Call.Do

func (*MockAPIMakeGitLabRequestCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockAPIMakeGitLabRequestCall) Return

Return rewrite *gomock.Call.Return

type MockAPIMockRecorder

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

func (mr *MockAPIMockRecorder) HandleProcessingError(arg0, arg1, arg2, arg3 any, arg4 ...any) *MockAPIHandleProcessingErrorCall

HandleProcessingError indicates an expected call of HandleProcessingError.

func (*MockAPIMockRecorder) MakeGitLabRequest

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

type MockAPITryGetAgentIDCall struct {
	*gomock.Call
}

MockAPITryGetAgentIDCall wrap *gomock.Call

func (*MockAPITryGetAgentIDCall) Do

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

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

func (m *MockFactory) IsProducingLeaderModules() bool

IsProducingLeaderModules mocks base method.

func (*MockFactory) Name

func (m *MockFactory) Name() string

Name mocks base method.

func (*MockFactory) New

func (m *MockFactory) New(arg0 *modagent.Config) (modagent.Module, error)

New mocks base method.

func (*MockFactory) StartStopPhase

func (m *MockFactory) StartStopPhase() modshared.ModuleStartStopPhase

StartStopPhase mocks base method.

type MockFactoryIsProducingLeaderModulesCall

type MockFactoryIsProducingLeaderModulesCall struct {
	*gomock.Call
}

MockFactoryIsProducingLeaderModulesCall wrap *gomock.Call

func (*MockFactoryIsProducingLeaderModulesCall) Do

Do rewrite *gomock.Call.Do

func (*MockFactoryIsProducingLeaderModulesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryIsProducingLeaderModulesCall) Return

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

func (mr *MockFactoryMockRecorder) IsProducingLeaderModules() *MockFactoryIsProducingLeaderModulesCall

IsProducingLeaderModules indicates an expected call of IsProducingLeaderModules.

func (*MockFactoryMockRecorder) Name

Name indicates an expected call of Name.

func (*MockFactoryMockRecorder) New

New indicates an expected call of New.

func (*MockFactoryMockRecorder) StartStopPhase

StartStopPhase indicates an expected call of StartStopPhase.

type MockFactoryNameCall

type MockFactoryNameCall struct {
	*gomock.Call
}

MockFactoryNameCall wrap *gomock.Call

func (*MockFactoryNameCall) Do

Do rewrite *gomock.Call.Do

func (*MockFactoryNameCall) DoAndReturn

func (c *MockFactoryNameCall) DoAndReturn(f func() string) *MockFactoryNameCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryNameCall) Return

Return rewrite *gomock.Call.Return

type MockFactoryNewCall

type MockFactoryNewCall struct {
	*gomock.Call
}

MockFactoryNewCall wrap *gomock.Call

func (*MockFactoryNewCall) Do

Do rewrite *gomock.Call.Do

func (*MockFactoryNewCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryNewCall) Return

Return rewrite *gomock.Call.Return

type MockFactoryStartStopPhaseCall

type MockFactoryStartStopPhaseCall struct {
	*gomock.Call
}

MockFactoryStartStopPhaseCall wrap *gomock.Call

func (*MockFactoryStartStopPhaseCall) Do

Do rewrite *gomock.Call.Do

func (*MockFactoryStartStopPhaseCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryStartStopPhaseCall) Return

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) Name

func (m *MockModule) Name() string

Name mocks base method.

func (*MockModule) Run

func (m *MockModule) Run(arg0 context.Context, arg1 <-chan *agentcfg.AgentConfiguration) error

Run mocks base method.

type MockModuleDefaultAndValidateConfigurationCall

type MockModuleDefaultAndValidateConfigurationCall struct {
	*gomock.Call
}

MockModuleDefaultAndValidateConfigurationCall wrap *gomock.Call

func (*MockModuleDefaultAndValidateConfigurationCall) Do

Do rewrite *gomock.Call.Do

func (*MockModuleDefaultAndValidateConfigurationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockModuleDefaultAndValidateConfigurationCall) Return

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

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

type MockModuleNameCall struct {
	*gomock.Call
}

MockModuleNameCall wrap *gomock.Call

func (*MockModuleNameCall) Do

func (c *MockModuleNameCall) Do(f func() string) *MockModuleNameCall

Do rewrite *gomock.Call.Do

func (*MockModuleNameCall) DoAndReturn

func (c *MockModuleNameCall) DoAndReturn(f func() string) *MockModuleNameCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockModuleNameCall) Return

func (c *MockModuleNameCall) Return(arg0 string) *MockModuleNameCall

Return rewrite *gomock.Call.Return

type MockModuleRunCall

type MockModuleRunCall struct {
	*gomock.Call
}

MockModuleRunCall wrap *gomock.Call

func (*MockModuleRunCall) Do

Do rewrite *gomock.Call.Do

func (*MockModuleRunCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockModuleRunCall) Return

func (c *MockModuleRunCall) Return(arg0 error) *MockModuleRunCall

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL