Documentation ¶
Overview ¶
Package mock_mgr is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Init(pipelineData *pipeline.Data, myconfig config.Interface, client *http.Client) error
- func (m *MockInterface) MgrAssembleStep() error
- func (m *MockInterface) MgrDependenciesStep() error
- func (m *MockInterface) MgrDistStep(currentMetadata, nextMetadata interface{}) error
- func (m *MockInterface) MgrPackageStep(currentMetadata, nextMetadata interface{}) error
- func (m *MockInterface) MgrValidateTools() error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Init(pipelineData, myconfig, client interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) MgrAssembleStep() *gomock.Call
- func (mr *MockInterfaceMockRecorder) MgrDependenciesStep() *gomock.Call
- func (mr *MockInterfaceMockRecorder) MgrDistStep(currentMetadata, nextMetadata interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) MgrPackageStep(currentMetadata, nextMetadata interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) MgrValidateTools() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) Init ¶
func (m *MockInterface) Init(pipelineData *pipeline.Data, myconfig config.Interface, client *http.Client) error
Init mocks base method
func (*MockInterface) MgrAssembleStep ¶
func (m *MockInterface) MgrAssembleStep() error
MgrAssembleStep mocks base method
func (*MockInterface) MgrDependenciesStep ¶
func (m *MockInterface) MgrDependenciesStep() error
MgrDependenciesStep mocks base method
func (*MockInterface) MgrDistStep ¶
func (m *MockInterface) MgrDistStep(currentMetadata, nextMetadata interface{}) error
MgrDistStep mocks base method
func (*MockInterface) MgrPackageStep ¶
func (m *MockInterface) MgrPackageStep(currentMetadata, nextMetadata interface{}) error
MgrPackageStep mocks base method
func (*MockInterface) MgrValidateTools ¶
func (m *MockInterface) MgrValidateTools() error
MgrValidateTools mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) Init ¶
func (mr *MockInterfaceMockRecorder) Init(pipelineData, myconfig, client interface{}) *gomock.Call
Init indicates an expected call of Init
func (*MockInterfaceMockRecorder) MgrAssembleStep ¶
func (mr *MockInterfaceMockRecorder) MgrAssembleStep() *gomock.Call
MgrAssembleStep indicates an expected call of MgrAssembleStep
func (*MockInterfaceMockRecorder) MgrDependenciesStep ¶
func (mr *MockInterfaceMockRecorder) MgrDependenciesStep() *gomock.Call
MgrDependenciesStep indicates an expected call of MgrDependenciesStep
func (*MockInterfaceMockRecorder) MgrDistStep ¶
func (mr *MockInterfaceMockRecorder) MgrDistStep(currentMetadata, nextMetadata interface{}) *gomock.Call
MgrDistStep indicates an expected call of MgrDistStep
func (*MockInterfaceMockRecorder) MgrPackageStep ¶
func (mr *MockInterfaceMockRecorder) MgrPackageStep(currentMetadata, nextMetadata interface{}) *gomock.Call
MgrPackageStep indicates an expected call of MgrPackageStep
func (*MockInterfaceMockRecorder) MgrValidateTools ¶
func (mr *MockInterfaceMockRecorder) MgrValidateTools() *gomock.Call
MgrValidateTools indicates an expected call of MgrValidateTools