dtp_mock

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package dtp_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLLBBridgeClient

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

MockLLBBridgeClient is a mock of LLBBridgeClient interface.

func NewMockLLBBridgeClient

func NewMockLLBBridgeClient(ctrl *gomock.Controller) *MockLLBBridgeClient

NewMockLLBBridgeClient creates a new mock instance.

func (*MockLLBBridgeClient) EXPECT

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

func (*MockLLBBridgeClient) ExecProcess

ExecProcess mocks base method.

func (*MockLLBBridgeClient) Inputs

Inputs mocks base method.

func (*MockLLBBridgeClient) NewContainer

NewContainer mocks base method.

func (*MockLLBBridgeClient) Ping

Ping mocks base method.

func (*MockLLBBridgeClient) ReadDir

ReadDir mocks base method.

func (*MockLLBBridgeClient) ReadFile

ReadFile mocks base method.

func (*MockLLBBridgeClient) ReleaseContainer

ReleaseContainer mocks base method.

func (*MockLLBBridgeClient) ResolveImageConfig

ResolveImageConfig mocks base method.

func (*MockLLBBridgeClient) Return

Return mocks base method.

func (*MockLLBBridgeClient) Solve

Solve mocks base method.

func (*MockLLBBridgeClient) StatFile

StatFile mocks base method.

func (*MockLLBBridgeClient) Warn added in v0.2.0

Warn mocks base method.

type MockLLBBridgeClientMockRecorder

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

MockLLBBridgeClientMockRecorder is the mock recorder for MockLLBBridgeClient.

func (*MockLLBBridgeClientMockRecorder) ExecProcess

func (mr *MockLLBBridgeClientMockRecorder) ExecProcess(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ExecProcess indicates an expected call of ExecProcess.

func (*MockLLBBridgeClientMockRecorder) Inputs

func (mr *MockLLBBridgeClientMockRecorder) Inputs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Inputs indicates an expected call of Inputs.

func (*MockLLBBridgeClientMockRecorder) NewContainer

func (mr *MockLLBBridgeClientMockRecorder) NewContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

NewContainer indicates an expected call of NewContainer.

func (*MockLLBBridgeClientMockRecorder) Ping

func (mr *MockLLBBridgeClientMockRecorder) Ping(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockLLBBridgeClientMockRecorder) ReadDir

func (mr *MockLLBBridgeClientMockRecorder) ReadDir(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReadDir indicates an expected call of ReadDir.

func (*MockLLBBridgeClientMockRecorder) ReadFile

func (mr *MockLLBBridgeClientMockRecorder) ReadFile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReadFile indicates an expected call of ReadFile.

func (*MockLLBBridgeClientMockRecorder) ReleaseContainer

func (mr *MockLLBBridgeClientMockRecorder) ReleaseContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseContainer indicates an expected call of ReleaseContainer.

func (*MockLLBBridgeClientMockRecorder) ResolveImageConfig

func (mr *MockLLBBridgeClientMockRecorder) ResolveImageConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResolveImageConfig indicates an expected call of ResolveImageConfig.

func (*MockLLBBridgeClientMockRecorder) Return

func (mr *MockLLBBridgeClientMockRecorder) Return(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Return indicates an expected call of Return.

func (*MockLLBBridgeClientMockRecorder) Solve

func (mr *MockLLBBridgeClientMockRecorder) Solve(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Solve indicates an expected call of Solve.

func (*MockLLBBridgeClientMockRecorder) StatFile

func (mr *MockLLBBridgeClientMockRecorder) StatFile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StatFile indicates an expected call of StatFile.

func (*MockLLBBridgeClientMockRecorder) Warn added in v0.2.0

func (mr *MockLLBBridgeClientMockRecorder) Warn(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Warn indicates an expected call of Warn.

type MockLLBBridge_ExecProcessClient

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

MockLLBBridge_ExecProcessClient is a mock of LLBBridge_ExecProcessClient interface.

func NewMockLLBBridge_ExecProcessClient

func NewMockLLBBridge_ExecProcessClient(ctrl *gomock.Controller) *MockLLBBridge_ExecProcessClient

NewMockLLBBridge_ExecProcessClient creates a new mock instance.

func (*MockLLBBridge_ExecProcessClient) CloseSend

func (m *MockLLBBridge_ExecProcessClient) CloseSend() error

CloseSend mocks base method.

func (*MockLLBBridge_ExecProcessClient) Context

Context mocks base method.

func (*MockLLBBridge_ExecProcessClient) EXPECT

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

func (*MockLLBBridge_ExecProcessClient) Header

Header mocks base method.

func (*MockLLBBridge_ExecProcessClient) Recv

Recv mocks base method.

func (*MockLLBBridge_ExecProcessClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockLLBBridge_ExecProcessClient) Send

Send mocks base method.

func (*MockLLBBridge_ExecProcessClient) SendMsg

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

SendMsg mocks base method.

func (*MockLLBBridge_ExecProcessClient) Trailer

Trailer mocks base method.

type MockLLBBridge_ExecProcessClientMockRecorder

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

MockLLBBridge_ExecProcessClientMockRecorder is the mock recorder for MockLLBBridge_ExecProcessClient.

func (*MockLLBBridge_ExecProcessClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLLBBridge_ExecProcessClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLLBBridge_ExecProcessClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLLBBridge_ExecProcessClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLLBBridge_ExecProcessClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockLLBBridge_ExecProcessClientMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockLLBBridge_ExecProcessClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockLLBBridge_ExecProcessClientMockRecorder) 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