Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommand ¶
type MockCommand struct {
// contains filtered or unexported fields
}
MockCommand is a mock of Command interface
func NewMockCommand ¶
func NewMockCommand(ctrl *gomock.Controller) *MockCommand
NewMockCommand creates a new mock instance
func (*MockCommand) AddDockerRegistry ¶
func (m *MockCommand) AddDockerRegistry(url string) (map[string]interface{}, error)
AddDockerRegistry mocks base method
func (*MockCommand) DeleteDockerRegistry ¶
func (m *MockCommand) DeleteDockerRegistry(registryId string) error
DeleteDockerRegistry mocks base method
func (*MockCommand) EXPECT ¶
func (m *MockCommand) EXPECT() *MockCommandMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCommand) GetDockerRegistries ¶
func (m *MockCommand) GetDockerRegistries() ([]map[string]interface{}, error)
GetDockerRegistries mocks base method
type MockCommandMockRecorder ¶
type MockCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandMockRecorder is the mock recorder for MockCommand
func (*MockCommandMockRecorder) AddDockerRegistry ¶
func (mr *MockCommandMockRecorder) AddDockerRegistry(url interface{}) *gomock.Call
AddDockerRegistry indicates an expected call of AddDockerRegistry
func (*MockCommandMockRecorder) DeleteDockerRegistry ¶
func (mr *MockCommandMockRecorder) DeleteDockerRegistry(registryId interface{}) *gomock.Call
DeleteDockerRegistry indicates an expected call of DeleteDockerRegistry
func (*MockCommandMockRecorder) GetDockerRegistries ¶
func (mr *MockCommandMockRecorder) GetDockerRegistries() *gomock.Call
GetDockerRegistries indicates an expected call of GetDockerRegistries
Click to show internal directories.
Click to hide internal directories.