mocks

package
v0.0.0-...-bfa9622 Latest Latest
Warning

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

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

Documentation

Overview

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 MockCommandRunner

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

MockCommandRunner is a mock of CommandRunner interface.

func NewMockCommandRunner

func NewMockCommandRunner(ctrl *gomock.Controller) *MockCommandRunner

NewMockCommandRunner creates a new mock instance.

func (*MockCommandRunner) EXPECT

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

func (*MockCommandRunner) RunCommands

func (m *MockCommandRunner) RunCommands(arg0 exec.RunParams) (*exec.ExecResponse, error)

RunCommands mocks base method.

type MockCommandRunnerMockRecorder

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

MockCommandRunnerMockRecorder is the mock recorder for MockCommandRunner.

func (*MockCommandRunnerMockRecorder) RunCommands

func (mr *MockCommandRunnerMockRecorder) RunCommands(arg0 any) *gomock.Call

RunCommands indicates an expected call of RunCommands.

type MockCredentialStoreAPI

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

MockCredentialStoreAPI is a mock of CredentialStoreAPI interface.

func NewMockCredentialStoreAPI

func NewMockCredentialStoreAPI(ctrl *gomock.Controller) *MockCredentialStoreAPI

NewMockCredentialStoreAPI creates a new mock instance.

func (*MockCredentialStoreAPI) EXPECT

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

func (*MockCredentialStoreAPI) UpdateCredential

func (m *MockCredentialStoreAPI) UpdateCredential(arg0 string, arg1 cloud.CloudCredential) error

UpdateCredential mocks base method.

type MockCredentialStoreAPIMockRecorder

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

MockCredentialStoreAPIMockRecorder is the mock recorder for MockCredentialStoreAPI.

func (*MockCredentialStoreAPIMockRecorder) UpdateCredential

func (mr *MockCredentialStoreAPIMockRecorder) UpdateCredential(arg0, arg1 any) *gomock.Call

UpdateCredential indicates an expected call of UpdateCredential.

Jump to

Keyboard shortcuts

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