mock

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIClient

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

MockAPIClient is a mock of APIClient interface.

func NewMockAPIClient

func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient

NewMockAPIClient creates a new mock instance.

func (*MockAPIClient) AddApplication

AddApplication mocks base method.

func (*MockAPIClient) DeleteApplication

DeleteApplication mocks base method.

func (*MockAPIClient) DisableApplication

DisableApplication mocks base method.

func (*MockAPIClient) DisablePiped

DisablePiped mocks base method.

func (*MockAPIClient) EXPECT

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

func (*MockAPIClient) EnableApplication

EnableApplication mocks base method.

func (*MockAPIClient) EnablePiped

EnablePiped mocks base method.

func (*MockAPIClient) Encrypt

Encrypt mocks base method.

func (*MockAPIClient) GetApplication

GetApplication mocks base method.

func (*MockAPIClient) GetCommand

GetCommand mocks base method.

func (*MockAPIClient) GetDeployment

GetDeployment mocks base method.

func (*MockAPIClient) GetPiped

GetPiped mocks base method.

func (*MockAPIClient) GetPlanPreviewResults

GetPlanPreviewResults mocks base method.

func (*MockAPIClient) ListApplications

ListApplications mocks base method.

func (*MockAPIClient) ListDeployments

ListDeployments mocks base method.

func (*MockAPIClient) ListStageLogs

ListStageLogs mocks base method.

func (*MockAPIClient) RegisterEvent

RegisterEvent mocks base method.

func (*MockAPIClient) RegisterPiped

RegisterPiped mocks base method.

func (*MockAPIClient) RenameApplicationConfigFile

RenameApplicationConfigFile mocks base method.

func (*MockAPIClient) RequestPlanPreview

RequestPlanPreview mocks base method.

func (*MockAPIClient) SyncApplication

SyncApplication mocks base method.

func (*MockAPIClient) UpdateApplication

UpdateApplication mocks base method.

func (*MockAPIClient) UpdatePiped

UpdatePiped mocks base method.

type MockAPIClientMockRecorder

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

MockAPIClientMockRecorder is the mock recorder for MockAPIClient.

func (*MockAPIClientMockRecorder) AddApplication

func (mr *MockAPIClientMockRecorder) AddApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddApplication indicates an expected call of AddApplication.

func (*MockAPIClientMockRecorder) DeleteApplication

func (mr *MockAPIClientMockRecorder) DeleteApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteApplication indicates an expected call of DeleteApplication.

func (*MockAPIClientMockRecorder) DisableApplication

func (mr *MockAPIClientMockRecorder) DisableApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

DisableApplication indicates an expected call of DisableApplication.

func (*MockAPIClientMockRecorder) DisablePiped

func (mr *MockAPIClientMockRecorder) DisablePiped(ctx, in interface{}, opts ...interface{}) *gomock.Call

DisablePiped indicates an expected call of DisablePiped.

func (*MockAPIClientMockRecorder) EnableApplication

func (mr *MockAPIClientMockRecorder) EnableApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

EnableApplication indicates an expected call of EnableApplication.

func (*MockAPIClientMockRecorder) EnablePiped

func (mr *MockAPIClientMockRecorder) EnablePiped(ctx, in interface{}, opts ...interface{}) *gomock.Call

EnablePiped indicates an expected call of EnablePiped.

func (*MockAPIClientMockRecorder) Encrypt

func (mr *MockAPIClientMockRecorder) Encrypt(ctx, in interface{}, opts ...interface{}) *gomock.Call

Encrypt indicates an expected call of Encrypt.

func (*MockAPIClientMockRecorder) GetApplication

func (mr *MockAPIClientMockRecorder) GetApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetApplication indicates an expected call of GetApplication.

func (*MockAPIClientMockRecorder) GetCommand

func (mr *MockAPIClientMockRecorder) GetCommand(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetCommand indicates an expected call of GetCommand.

func (*MockAPIClientMockRecorder) GetDeployment

func (mr *MockAPIClientMockRecorder) GetDeployment(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetDeployment indicates an expected call of GetDeployment.

func (*MockAPIClientMockRecorder) GetPiped

func (mr *MockAPIClientMockRecorder) GetPiped(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetPiped indicates an expected call of GetPiped.

func (*MockAPIClientMockRecorder) GetPlanPreviewResults

func (mr *MockAPIClientMockRecorder) GetPlanPreviewResults(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetPlanPreviewResults indicates an expected call of GetPlanPreviewResults.

func (*MockAPIClientMockRecorder) ListApplications

func (mr *MockAPIClientMockRecorder) ListApplications(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListApplications indicates an expected call of ListApplications.

func (*MockAPIClientMockRecorder) ListDeployments

func (mr *MockAPIClientMockRecorder) ListDeployments(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListDeployments indicates an expected call of ListDeployments.

func (*MockAPIClientMockRecorder) ListStageLogs

func (mr *MockAPIClientMockRecorder) ListStageLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListStageLogs indicates an expected call of ListStageLogs.

func (*MockAPIClientMockRecorder) RegisterEvent

func (mr *MockAPIClientMockRecorder) RegisterEvent(ctx, in interface{}, opts ...interface{}) *gomock.Call

RegisterEvent indicates an expected call of RegisterEvent.

func (*MockAPIClientMockRecorder) RegisterPiped

func (mr *MockAPIClientMockRecorder) RegisterPiped(ctx, in interface{}, opts ...interface{}) *gomock.Call

RegisterPiped indicates an expected call of RegisterPiped.

func (*MockAPIClientMockRecorder) RenameApplicationConfigFile

func (mr *MockAPIClientMockRecorder) RenameApplicationConfigFile(ctx, in interface{}, opts ...interface{}) *gomock.Call

RenameApplicationConfigFile indicates an expected call of RenameApplicationConfigFile.

func (*MockAPIClientMockRecorder) RequestPlanPreview

func (mr *MockAPIClientMockRecorder) RequestPlanPreview(ctx, in interface{}, opts ...interface{}) *gomock.Call

RequestPlanPreview indicates an expected call of RequestPlanPreview.

func (*MockAPIClientMockRecorder) SyncApplication

func (mr *MockAPIClientMockRecorder) SyncApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

SyncApplication indicates an expected call of SyncApplication.

func (*MockAPIClientMockRecorder) UpdateApplication

func (mr *MockAPIClientMockRecorder) UpdateApplication(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateApplication indicates an expected call of UpdateApplication.

func (*MockAPIClientMockRecorder) UpdatePiped

func (mr *MockAPIClientMockRecorder) UpdatePiped(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdatePiped indicates an expected call of UpdatePiped.

Jump to

Keyboard shortcuts

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