Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AttachToContainer(arg0 go_dockerclient.AttachToContainerOptions) error
- func (m *MockClient) AttachToContainerNonBlocking(arg0 go_dockerclient.AttachToContainerOptions) (go_dockerclient.CloseWaiter, error)
- func (m *MockClient) CreateContainer(arg0 go_dockerclient.CreateContainerOptions) (*go_dockerclient.Container, error)
- func (m *MockClient) CreateExec(arg0 go_dockerclient.CreateExecOptions) (*go_dockerclient.Exec, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Info() (*go_dockerclient.DockerInfo, error)
- func (m *MockClient) InspectContainer(arg0 string) (*go_dockerclient.Container, error)
- func (m *MockClient) InspectExec(arg0 string) (*go_dockerclient.ExecInspect, error)
- func (m *MockClient) ListContainers(arg0 go_dockerclient.ListContainersOptions) ([]go_dockerclient.APIContainers, error)
- func (m *MockClient) ListImages(arg0 go_dockerclient.ListImagesOptions) ([]go_dockerclient.APIImages, error)
- func (m *MockClient) Logs(arg0 go_dockerclient.LogsOptions) error
- func (m *MockClient) PullImage(arg0 go_dockerclient.PullImageOptions, arg1 go_dockerclient.AuthConfiguration) error
- func (m *MockClient) RemoveContainer(arg0 go_dockerclient.RemoveContainerOptions) error
- func (m *MockClient) StartContainer(arg0 string, arg1 *go_dockerclient.HostConfig) error
- func (m *MockClient) StartExec(arg0 string, arg1 go_dockerclient.StartExecOptions) error
- func (m *MockClient) StartExecNonBlocking(arg0 string, arg1 go_dockerclient.StartExecOptions) (go_dockerclient.CloseWaiter, error)
- func (m *MockClient) Version() (*go_dockerclient.Env, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) AttachToContainer(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) AttachToContainerNonBlocking(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateContainer(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateExec(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Info() *gomock.Call
- func (mr *MockClientMockRecorder) InspectContainer(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) InspectExec(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListContainers(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListImages(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Logs(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) PullImage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) RemoveContainer(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) StartContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) StartExec(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) StartExecNonBlocking(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Version() *gomock.Call
- type MockENV
- type MockENVMockRecorder
- type MockTool
- type MockToolMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) AttachToContainer ¶
func (m *MockClient) AttachToContainer(arg0 go_dockerclient.AttachToContainerOptions) error
AttachToContainer mocks base method
func (*MockClient) AttachToContainerNonBlocking ¶
func (m *MockClient) AttachToContainerNonBlocking(arg0 go_dockerclient.AttachToContainerOptions) (go_dockerclient.CloseWaiter, error)
AttachToContainerNonBlocking mocks base method
func (*MockClient) CreateContainer ¶
func (m *MockClient) CreateContainer(arg0 go_dockerclient.CreateContainerOptions) (*go_dockerclient.Container, error)
CreateContainer mocks base method
func (*MockClient) CreateExec ¶
func (m *MockClient) CreateExec(arg0 go_dockerclient.CreateExecOptions) (*go_dockerclient.Exec, error)
CreateExec mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) Info ¶
func (m *MockClient) Info() (*go_dockerclient.DockerInfo, error)
Info mocks base method
func (*MockClient) InspectContainer ¶
func (m *MockClient) InspectContainer(arg0 string) (*go_dockerclient.Container, error)
InspectContainer mocks base method
func (*MockClient) InspectExec ¶
func (m *MockClient) InspectExec(arg0 string) (*go_dockerclient.ExecInspect, error)
InspectExec mocks base method
func (*MockClient) ListContainers ¶
func (m *MockClient) ListContainers(arg0 go_dockerclient.ListContainersOptions) ([]go_dockerclient.APIContainers, error)
ListContainers mocks base method
func (*MockClient) ListImages ¶
func (m *MockClient) ListImages(arg0 go_dockerclient.ListImagesOptions) ([]go_dockerclient.APIImages, error)
ListImages mocks base method
func (*MockClient) Logs ¶
func (m *MockClient) Logs(arg0 go_dockerclient.LogsOptions) error
Logs mocks base method
func (*MockClient) PullImage ¶
func (m *MockClient) PullImage(arg0 go_dockerclient.PullImageOptions, arg1 go_dockerclient.AuthConfiguration) error
PullImage mocks base method
func (*MockClient) RemoveContainer ¶
func (m *MockClient) RemoveContainer(arg0 go_dockerclient.RemoveContainerOptions) error
RemoveContainer mocks base method
func (*MockClient) StartContainer ¶
func (m *MockClient) StartContainer(arg0 string, arg1 *go_dockerclient.HostConfig) error
StartContainer mocks base method
func (*MockClient) StartExec ¶
func (m *MockClient) StartExec(arg0 string, arg1 go_dockerclient.StartExecOptions) error
StartExec mocks base method
func (*MockClient) StartExecNonBlocking ¶
func (m *MockClient) StartExecNonBlocking(arg0 string, arg1 go_dockerclient.StartExecOptions) (go_dockerclient.CloseWaiter, error)
StartExecNonBlocking mocks base method
func (*MockClient) Version ¶
func (m *MockClient) Version() (*go_dockerclient.Env, error)
Version mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) AttachToContainer ¶
func (mr *MockClientMockRecorder) AttachToContainer(arg0 interface{}) *gomock.Call
AttachToContainer indicates an expected call of AttachToContainer
func (*MockClientMockRecorder) AttachToContainerNonBlocking ¶
func (mr *MockClientMockRecorder) AttachToContainerNonBlocking(arg0 interface{}) *gomock.Call
AttachToContainerNonBlocking indicates an expected call of AttachToContainerNonBlocking
func (*MockClientMockRecorder) CreateContainer ¶
func (mr *MockClientMockRecorder) CreateContainer(arg0 interface{}) *gomock.Call
CreateContainer indicates an expected call of CreateContainer
func (*MockClientMockRecorder) CreateExec ¶
func (mr *MockClientMockRecorder) CreateExec(arg0 interface{}) *gomock.Call
CreateExec indicates an expected call of CreateExec
func (*MockClientMockRecorder) Info ¶
func (mr *MockClientMockRecorder) Info() *gomock.Call
Info indicates an expected call of Info
func (*MockClientMockRecorder) InspectContainer ¶
func (mr *MockClientMockRecorder) InspectContainer(arg0 interface{}) *gomock.Call
InspectContainer indicates an expected call of InspectContainer
func (*MockClientMockRecorder) InspectExec ¶
func (mr *MockClientMockRecorder) InspectExec(arg0 interface{}) *gomock.Call
InspectExec indicates an expected call of InspectExec
func (*MockClientMockRecorder) ListContainers ¶
func (mr *MockClientMockRecorder) ListContainers(arg0 interface{}) *gomock.Call
ListContainers indicates an expected call of ListContainers
func (*MockClientMockRecorder) ListImages ¶
func (mr *MockClientMockRecorder) ListImages(arg0 interface{}) *gomock.Call
ListImages indicates an expected call of ListImages
func (*MockClientMockRecorder) Logs ¶
func (mr *MockClientMockRecorder) Logs(arg0 interface{}) *gomock.Call
Logs indicates an expected call of Logs
func (*MockClientMockRecorder) PullImage ¶
func (mr *MockClientMockRecorder) PullImage(arg0, arg1 interface{}) *gomock.Call
PullImage indicates an expected call of PullImage
func (*MockClientMockRecorder) RemoveContainer ¶
func (mr *MockClientMockRecorder) RemoveContainer(arg0 interface{}) *gomock.Call
RemoveContainer indicates an expected call of RemoveContainer
func (*MockClientMockRecorder) StartContainer ¶
func (mr *MockClientMockRecorder) StartContainer(arg0, arg1 interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer
func (*MockClientMockRecorder) StartExec ¶
func (mr *MockClientMockRecorder) StartExec(arg0, arg1 interface{}) *gomock.Call
StartExec indicates an expected call of StartExec
func (*MockClientMockRecorder) StartExecNonBlocking ¶
func (mr *MockClientMockRecorder) StartExecNonBlocking(arg0, arg1 interface{}) *gomock.Call
StartExecNonBlocking indicates an expected call of StartExecNonBlocking
func (*MockClientMockRecorder) Version ¶
func (mr *MockClientMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version
type MockENV ¶
type MockENV struct {
// contains filtered or unexported fields
}
MockENV is a mock of ENV interface
func NewMockENV ¶
func NewMockENV(ctrl *gomock.Controller) *MockENV
NewMockENV creates a new mock instance
func (*MockENV) EXPECT ¶
func (m *MockENV) EXPECT() *MockENVMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockENV) GetRootDir ¶
GetRootDir mocks base method
type MockENVMockRecorder ¶
type MockENVMockRecorder struct {
// contains filtered or unexported fields
}
MockENVMockRecorder is the mock recorder for MockENV
func (*MockENVMockRecorder) GetRootDir ¶
func (mr *MockENVMockRecorder) GetRootDir() *gomock.Call
GetRootDir indicates an expected call of GetRootDir
func (*MockENVMockRecorder) GetSystem ¶
func (mr *MockENVMockRecorder) GetSystem() *gomock.Call
GetSystem indicates an expected call of GetSystem
type MockTool ¶
type MockTool struct {
// contains filtered or unexported fields
}
MockTool is a mock of Tool interface
func NewMockTool ¶
func NewMockTool(ctrl *gomock.Controller) *MockTool
NewMockTool creates a new mock instance
func (*MockTool) EXPECT ¶
func (m *MockTool) EXPECT() *MockToolMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockToolMockRecorder ¶
type MockToolMockRecorder struct {
// contains filtered or unexported fields
}
MockToolMockRecorder is the mock recorder for MockTool
func (*MockToolMockRecorder) Data ¶
func (mr *MockToolMockRecorder) Data() *gomock.Call
Data indicates an expected call of Data
func (*MockToolMockRecorder) Execute ¶
func (mr *MockToolMockRecorder) Execute() *gomock.Call
Execute indicates an expected call of Execute
func (*MockToolMockRecorder) Start ¶
func (mr *MockToolMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start
func (*MockToolMockRecorder) Versions ¶
func (mr *MockToolMockRecorder) Versions() *gomock.Call
Versions indicates an expected call of Versions