mocks

package
v0.0.0-...-2bbe97e Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: MIT Imports: 4 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 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

CreateContainer mocks base method

func (*MockClient) CreateExec

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

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

ListContainers mocks base method

func (*MockClient) ListImages

ListImages mocks base method

func (*MockClient) Logs

Logs mocks base method

func (*MockClient) PullImage

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

func (m *MockENV) GetRootDir() (string, bool)

GetRootDir mocks base method

func (*MockENV) GetSystem

func (m *MockENV) GetSystem() (string, bool)

GetSystem 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) Data

func (m *MockTool) Data() *tool.Data

Data mocks base method

func (*MockTool) EXPECT

func (m *MockTool) EXPECT() *MockToolMockRecorder

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

func (*MockTool) Execute

func (m *MockTool) Execute()

Execute mocks base method

func (*MockTool) Start

func (m *MockTool) Start()

Start mocks base method

func (*MockTool) Versions

func (m *MockTool) Versions() ([]string, error)

Versions mocks base method

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

Jump to

Keyboard shortcuts

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