mocks

package
v0.0.0-...-3d086f3 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApplicationAPI

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

MockApplicationAPI is a mock of ApplicationAPI interface.

func NewMockApplicationAPI

func NewMockApplicationAPI(ctrl *gomock.Controller) *MockApplicationAPI

NewMockApplicationAPI creates a new mock instance.

func (*MockApplicationAPI) Close

func (m *MockApplicationAPI) Close() error

Close mocks base method.

func (*MockApplicationAPI) EXPECT

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

func (*MockApplicationAPI) Get

Get mocks base method.

func (*MockApplicationAPI) SetConfig

func (m *MockApplicationAPI) SetConfig(arg0, arg1, arg2 string, arg3 map[string]string) error

SetConfig mocks base method.

func (*MockApplicationAPI) UnsetApplicationConfig

func (m *MockApplicationAPI) UnsetApplicationConfig(arg0, arg1 string, arg2 []string) error

UnsetApplicationConfig mocks base method.

type MockApplicationAPIMockRecorder

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

MockApplicationAPIMockRecorder is the mock recorder for MockApplicationAPI.

func (*MockApplicationAPIMockRecorder) Close

Close indicates an expected call of Close.

func (*MockApplicationAPIMockRecorder) Get

func (mr *MockApplicationAPIMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockApplicationAPIMockRecorder) SetConfig

func (mr *MockApplicationAPIMockRecorder) SetConfig(arg0, arg1, arg2, arg3 any) *gomock.Call

SetConfig indicates an expected call of SetConfig.

func (*MockApplicationAPIMockRecorder) UnsetApplicationConfig

func (mr *MockApplicationAPIMockRecorder) UnsetApplicationConfig(arg0, arg1, arg2 any) *gomock.Call

UnsetApplicationConfig indicates an expected call of UnsetApplicationConfig.

type MockDeployer

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

MockDeployer is a mock of Deployer interface.

func NewMockDeployer

func NewMockDeployer(ctrl *gomock.Controller) *MockDeployer

NewMockDeployer creates a new mock instance.

func (*MockDeployer) EXPECT

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

func (*MockDeployer) PrepareAndDeploy

func (m *MockDeployer) PrepareAndDeploy(arg0 *cmd.Context, arg1 deployer.DeployerAPI, arg2 deployer.Resolver) error

PrepareAndDeploy mocks base method.

func (*MockDeployer) String

func (m *MockDeployer) String() string

String mocks base method.

type MockDeployerFactory

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

MockDeployerFactory is a mock of DeployerFactory interface.

func NewMockDeployerFactory

func NewMockDeployerFactory(ctrl *gomock.Controller) *MockDeployerFactory

NewMockDeployerFactory creates a new mock instance.

func (*MockDeployerFactory) EXPECT

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

func (*MockDeployerFactory) GetDeployer

GetDeployer mocks base method.

type MockDeployerFactoryMockRecorder

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

MockDeployerFactoryMockRecorder is the mock recorder for MockDeployerFactory.

func (*MockDeployerFactoryMockRecorder) GetDeployer

func (mr *MockDeployerFactoryMockRecorder) GetDeployer(arg0, arg1, arg2 any) *gomock.Call

GetDeployer indicates an expected call of GetDeployer.

type MockDeployerMockRecorder

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

MockDeployerMockRecorder is the mock recorder for MockDeployer.

func (*MockDeployerMockRecorder) PrepareAndDeploy

func (mr *MockDeployerMockRecorder) PrepareAndDeploy(arg0, arg1, arg2 any) *gomock.Call

PrepareAndDeploy indicates an expected call of PrepareAndDeploy.

func (*MockDeployerMockRecorder) String

func (mr *MockDeployerMockRecorder) String() *gomock.Call

String indicates an expected call of String.

type MockModelConfigClient

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

MockModelConfigClient is a mock of ModelConfigClient interface.

func NewMockModelConfigClient

func NewMockModelConfigClient(ctrl *gomock.Controller) *MockModelConfigClient

NewMockModelConfigClient creates a new mock instance.

func (*MockModelConfigClient) Close

func (m *MockModelConfigClient) Close() error

Close mocks base method.

func (*MockModelConfigClient) EXPECT

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

func (*MockModelConfigClient) ModelGet

func (m *MockModelConfigClient) ModelGet() (map[string]any, error)

ModelGet mocks base method.

type MockModelConfigClientMockRecorder

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

MockModelConfigClientMockRecorder is the mock recorder for MockModelConfigClient.

func (*MockModelConfigClientMockRecorder) Close

Close indicates an expected call of Close.

func (*MockModelConfigClientMockRecorder) ModelGet

ModelGet indicates an expected call of ModelGet.

type MockRemoveApplicationAPI

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

MockRemoveApplicationAPI is a mock of RemoveApplicationAPI interface.

func NewMockRemoveApplicationAPI

func NewMockRemoveApplicationAPI(ctrl *gomock.Controller) *MockRemoveApplicationAPI

NewMockRemoveApplicationAPI creates a new mock instance.

func (*MockRemoveApplicationAPI) BestAPIVersion

func (m *MockRemoveApplicationAPI) BestAPIVersion() int

BestAPIVersion mocks base method.

func (*MockRemoveApplicationAPI) Close

func (m *MockRemoveApplicationAPI) Close() error

Close mocks base method.

func (*MockRemoveApplicationAPI) DestroyApplications

DestroyApplications mocks base method.

func (*MockRemoveApplicationAPI) DestroyUnits

DestroyUnits mocks base method.

func (*MockRemoveApplicationAPI) EXPECT

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

func (*MockRemoveApplicationAPI) ModelUUID

func (m *MockRemoveApplicationAPI) ModelUUID() string

ModelUUID mocks base method.

func (*MockRemoveApplicationAPI) ScaleApplication

ScaleApplication mocks base method.

type MockRemoveApplicationAPIMockRecorder

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

MockRemoveApplicationAPIMockRecorder is the mock recorder for MockRemoveApplicationAPI.

func (*MockRemoveApplicationAPIMockRecorder) BestAPIVersion

func (mr *MockRemoveApplicationAPIMockRecorder) BestAPIVersion() *gomock.Call

BestAPIVersion indicates an expected call of BestAPIVersion.

func (*MockRemoveApplicationAPIMockRecorder) Close

Close indicates an expected call of Close.

func (*MockRemoveApplicationAPIMockRecorder) DestroyApplications

func (mr *MockRemoveApplicationAPIMockRecorder) DestroyApplications(arg0 any) *gomock.Call

DestroyApplications indicates an expected call of DestroyApplications.

func (*MockRemoveApplicationAPIMockRecorder) DestroyUnits

func (mr *MockRemoveApplicationAPIMockRecorder) DestroyUnits(arg0 any) *gomock.Call

DestroyUnits indicates an expected call of DestroyUnits.

func (*MockRemoveApplicationAPIMockRecorder) ModelUUID

ModelUUID indicates an expected call of ModelUUID.

func (*MockRemoveApplicationAPIMockRecorder) ScaleApplication

func (mr *MockRemoveApplicationAPIMockRecorder) ScaleApplication(arg0 any) *gomock.Call

ScaleApplication indicates an expected call of ScaleApplication.

Jump to

Keyboard shortcuts

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