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 ¶
func (m *MockCommandRunner) EXPECT() *MockCommandRunnerMockRecorder
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 interface{}) *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 ¶
func (m *MockCredentialStoreAPI) EXPECT() *MockCredentialStoreAPIMockRecorder
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 interface{}) *gomock.Call
UpdateCredential indicates an expected call of UpdateCredential