mocks

package
v0.1.0-M4 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: Apache-2.0, EPL-2.0 Imports: 7 Imported by: 0

Documentation

Overview

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 MockContainersClient

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

MockContainersClient is a mock of ContainersClient interface.

func NewMockContainersClient

func NewMockContainersClient(ctrl *gomock.Controller) *MockContainersClient

NewMockContainersClient creates a new mock instance.

func (*MockContainersClient) Attach

Attach mocks base method.

func (*MockContainersClient) Create

Create mocks base method.

func (*MockContainersClient) EXPECT

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

func (*MockContainersClient) Get

Get mocks base method.

func (*MockContainersClient) List

List mocks base method.

func (*MockContainersClient) ListStream

ListStream mocks base method.

func (*MockContainersClient) Logs

Logs mocks base method.

func (*MockContainersClient) Pause

Pause mocks base method.

func (*MockContainersClient) Remove

Remove mocks base method.

func (*MockContainersClient) Rename

Rename mocks base method.

func (*MockContainersClient) Restart

Restart mocks base method.

func (*MockContainersClient) Start

Start mocks base method.

func (*MockContainersClient) Stop

Stop mocks base method.

func (*MockContainersClient) Unpause

Unpause mocks base method.

func (*MockContainersClient) Update

Update mocks base method.

type MockContainersClientMockRecorder

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

MockContainersClientMockRecorder is the mock recorder for MockContainersClient.

func (*MockContainersClientMockRecorder) Attach

func (mr *MockContainersClientMockRecorder) Attach(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Attach indicates an expected call of Attach.

func (*MockContainersClientMockRecorder) Create

func (mr *MockContainersClientMockRecorder) Create(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockContainersClientMockRecorder) Get

func (mr *MockContainersClientMockRecorder) Get(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockContainersClientMockRecorder) List

func (mr *MockContainersClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockContainersClientMockRecorder) ListStream

func (mr *MockContainersClientMockRecorder) ListStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStream indicates an expected call of ListStream.

func (*MockContainersClientMockRecorder) Logs

func (mr *MockContainersClientMockRecorder) Logs(arg0, arg1 interface{}, arg2 interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockContainersClientMockRecorder) Pause

func (mr *MockContainersClientMockRecorder) Pause(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Pause indicates an expected call of Pause.

func (*MockContainersClientMockRecorder) Remove

func (mr *MockContainersClientMockRecorder) Remove(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockContainersClientMockRecorder) Rename

func (mr *MockContainersClientMockRecorder) Rename(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Rename indicates an expected call of Rename.

func (*MockContainersClientMockRecorder) Restart

func (mr *MockContainersClientMockRecorder) Restart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Restart indicates an expected call of Restart.

func (*MockContainersClientMockRecorder) Start

func (mr *MockContainersClientMockRecorder) Start(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Start indicates an expected call of Start.

func (*MockContainersClientMockRecorder) Stop

func (mr *MockContainersClientMockRecorder) Stop(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Stop indicates an expected call of Stop.

func (*MockContainersClientMockRecorder) Unpause

func (mr *MockContainersClientMockRecorder) Unpause(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Unpause indicates an expected call of Unpause.

func (*MockContainersClientMockRecorder) Update

func (mr *MockContainersClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockContainers_AttachClient

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

MockContainers_AttachClient is a mock of Containers_AttachClient interface.

func NewMockContainers_AttachClient

func NewMockContainers_AttachClient(ctrl *gomock.Controller) *MockContainers_AttachClient

NewMockContainers_AttachClient creates a new mock instance.

func (*MockContainers_AttachClient) CloseSend

func (m *MockContainers_AttachClient) CloseSend() error

CloseSend mocks base method.

func (*MockContainers_AttachClient) Context

Context mocks base method.

func (*MockContainers_AttachClient) EXPECT

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

func (*MockContainers_AttachClient) Header

Header mocks base method.

func (*MockContainers_AttachClient) Recv

Recv mocks base method.

func (*MockContainers_AttachClient) RecvMsg

func (m *MockContainers_AttachClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method.

func (*MockContainers_AttachClient) Send

Send mocks base method.

func (*MockContainers_AttachClient) SendMsg

func (m *MockContainers_AttachClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method.

func (*MockContainers_AttachClient) Trailer

Trailer mocks base method.

type MockContainers_AttachClientMockRecorder

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

MockContainers_AttachClientMockRecorder is the mock recorder for MockContainers_AttachClient.

func (*MockContainers_AttachClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockContainers_AttachClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockContainers_AttachClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockContainers_AttachClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockContainers_AttachClientMockRecorder) RecvMsg

func (mr *MockContainers_AttachClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockContainers_AttachClientMockRecorder) Send

func (mr *MockContainers_AttachClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockContainers_AttachClientMockRecorder) SendMsg

func (mr *MockContainers_AttachClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockContainers_AttachClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

Jump to

Keyboard shortcuts

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