mocks

package
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: Apache-2.0 Imports: 7 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.

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 MockPluginClient

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

MockPluginClient is a mock of PluginClient interface.

func NewMockPluginClient

func NewMockPluginClient(ctrl *gomock.Controller) *MockPluginClient

NewMockPluginClient creates a new mock instance.

func (*MockPluginClient) Delete

Delete mocks base method.

func (*MockPluginClient) EXPECT

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

func (*MockPluginClient) Export

Export mocks base method.

func (*MockPluginClient) Import

Import mocks base method.

func (*MockPluginClient) Info

Info mocks base method.

func (*MockPluginClient) Validate

Validate mocks base method.

type MockPluginClientMockRecorder

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

MockPluginClientMockRecorder is the mock recorder for MockPluginClient.

func (*MockPluginClientMockRecorder) Delete

func (mr *MockPluginClientMockRecorder) Delete(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPluginClientMockRecorder) Export

func (mr *MockPluginClientMockRecorder) Export(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Export indicates an expected call of Export.

func (*MockPluginClientMockRecorder) Import

func (mr *MockPluginClientMockRecorder) Import(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Import indicates an expected call of Import.

func (*MockPluginClientMockRecorder) Info

func (mr *MockPluginClientMockRecorder) Info(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockPluginClientMockRecorder) Validate

func (mr *MockPluginClientMockRecorder) Validate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Validate indicates an expected call of Validate.

type MockPlugin_DeleteClient

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

MockPlugin_DeleteClient is a mock of Plugin_DeleteClient interface.

func NewMockPlugin_DeleteClient

func NewMockPlugin_DeleteClient(ctrl *gomock.Controller) *MockPlugin_DeleteClient

NewMockPlugin_DeleteClient creates a new mock instance.

func (*MockPlugin_DeleteClient) CloseSend

func (m *MockPlugin_DeleteClient) CloseSend() error

CloseSend mocks base method.

func (*MockPlugin_DeleteClient) Context

Context mocks base method.

func (*MockPlugin_DeleteClient) EXPECT

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

func (*MockPlugin_DeleteClient) Header

func (m *MockPlugin_DeleteClient) Header() (metadata.MD, error)

Header mocks base method.

func (*MockPlugin_DeleteClient) Recv

Recv mocks base method.

func (*MockPlugin_DeleteClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockPlugin_DeleteClient) Send

Send mocks base method.

func (*MockPlugin_DeleteClient) SendMsg

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

SendMsg mocks base method.

func (*MockPlugin_DeleteClient) Trailer

func (m *MockPlugin_DeleteClient) Trailer() metadata.MD

Trailer mocks base method.

type MockPlugin_DeleteClientMockRecorder

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

MockPlugin_DeleteClientMockRecorder is the mock recorder for MockPlugin_DeleteClient.

func (*MockPlugin_DeleteClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPlugin_DeleteClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPlugin_DeleteClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPlugin_DeleteClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPlugin_DeleteClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockPlugin_DeleteClientMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockPlugin_DeleteClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockPlugin_DeleteClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockPlugin_ExportClient

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

MockPlugin_ExportClient is a mock of Plugin_ExportClient interface.

func NewMockPlugin_ExportClient

func NewMockPlugin_ExportClient(ctrl *gomock.Controller) *MockPlugin_ExportClient

NewMockPlugin_ExportClient creates a new mock instance.

func (*MockPlugin_ExportClient) CloseSend

func (m *MockPlugin_ExportClient) CloseSend() error

CloseSend mocks base method.

func (*MockPlugin_ExportClient) Context

Context mocks base method.

func (*MockPlugin_ExportClient) EXPECT

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

func (*MockPlugin_ExportClient) Header

func (m *MockPlugin_ExportClient) Header() (metadata.MD, error)

Header mocks base method.

func (*MockPlugin_ExportClient) Recv

Recv mocks base method.

func (*MockPlugin_ExportClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockPlugin_ExportClient) SendMsg

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

SendMsg mocks base method.

func (*MockPlugin_ExportClient) Trailer

func (m *MockPlugin_ExportClient) Trailer() metadata.MD

Trailer mocks base method.

type MockPlugin_ExportClientMockRecorder

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

MockPlugin_ExportClientMockRecorder is the mock recorder for MockPlugin_ExportClient.

func (*MockPlugin_ExportClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPlugin_ExportClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPlugin_ExportClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPlugin_ExportClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPlugin_ExportClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockPlugin_ExportClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockPlugin_ExportClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockPlugin_ImportClient

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

MockPlugin_ImportClient is a mock of Plugin_ImportClient interface.

func NewMockPlugin_ImportClient

func NewMockPlugin_ImportClient(ctrl *gomock.Controller) *MockPlugin_ImportClient

NewMockPlugin_ImportClient creates a new mock instance.

func (*MockPlugin_ImportClient) CloseSend

func (m *MockPlugin_ImportClient) CloseSend() error

CloseSend mocks base method.

func (*MockPlugin_ImportClient) Context

Context mocks base method.

func (*MockPlugin_ImportClient) EXPECT

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

func (*MockPlugin_ImportClient) Header

func (m *MockPlugin_ImportClient) Header() (metadata.MD, error)

Header mocks base method.

func (*MockPlugin_ImportClient) Recv

Recv mocks base method.

func (*MockPlugin_ImportClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockPlugin_ImportClient) Send

Send mocks base method.

func (*MockPlugin_ImportClient) SendMsg

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

SendMsg mocks base method.

func (*MockPlugin_ImportClient) Trailer

func (m *MockPlugin_ImportClient) Trailer() metadata.MD

Trailer mocks base method.

type MockPlugin_ImportClientMockRecorder

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

MockPlugin_ImportClientMockRecorder is the mock recorder for MockPlugin_ImportClient.

func (*MockPlugin_ImportClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPlugin_ImportClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPlugin_ImportClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPlugin_ImportClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPlugin_ImportClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockPlugin_ImportClientMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockPlugin_ImportClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockPlugin_ImportClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockProvider

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

MockProvider is a mock of Provider interface.

func NewMockProvider

func NewMockProvider(ctrl *gomock.Controller) *MockProvider

NewMockProvider creates a new mock instance.

func (*MockProvider) EXPECT

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

func (*MockProvider) GetName

func (m *MockProvider) GetName() string

GetName mocks base method.

func (*MockProvider) GetPath

func (m *MockProvider) GetPath() string

GetPath mocks base method.

func (*MockProvider) Kill

func (m *MockProvider) Kill()

Kill mocks base method.

func (*MockProvider) PluginClient

func (m *MockProvider) PluginClient() (grpcplugin.PluginClient, error)

PluginClient mocks base method.

type MockProviderMockRecorder

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

MockProviderMockRecorder is the mock recorder for MockProvider.

func (*MockProviderMockRecorder) GetName

func (mr *MockProviderMockRecorder) GetName() *gomock.Call

GetName indicates an expected call of GetName.

func (*MockProviderMockRecorder) GetPath

func (mr *MockProviderMockRecorder) GetPath() *gomock.Call

GetPath indicates an expected call of GetPath.

func (*MockProviderMockRecorder) Kill

func (mr *MockProviderMockRecorder) Kill() *gomock.Call

Kill indicates an expected call of Kill.

func (*MockProviderMockRecorder) PluginClient

func (mr *MockProviderMockRecorder) PluginClient() *gomock.Call

PluginClient indicates an expected call of PluginClient.

type MockRetriever

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

MockRetriever is a mock of Retriever interface.

func NewMockRetriever

func NewMockRetriever(ctrl *gomock.Controller) *MockRetriever

NewMockRetriever creates a new mock instance.

func (*MockRetriever) Connect

func (m *MockRetriever) Connect() error

Connect mocks base method.

func (*MockRetriever) Disconnect

func (m *MockRetriever) Disconnect()

Disconnect mocks base method.

func (*MockRetriever) Download

func (m *MockRetriever) Download(arg0, arg1 string) error

Download mocks base method.

func (*MockRetriever) EXPECT

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

func (*MockRetriever) List

func (m *MockRetriever) List() ([]string, error)

List mocks base method.

type MockRetrieverMockRecorder

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

MockRetrieverMockRecorder is the mock recorder for MockRetriever.

func (*MockRetrieverMockRecorder) Connect

func (mr *MockRetrieverMockRecorder) Connect() *gomock.Call

Connect indicates an expected call of Connect.

func (*MockRetrieverMockRecorder) Disconnect

func (mr *MockRetrieverMockRecorder) Disconnect() *gomock.Call

Disconnect indicates an expected call of Disconnect.

func (*MockRetrieverMockRecorder) Download

func (mr *MockRetrieverMockRecorder) Download(arg0, arg1 interface{}) *gomock.Call

Download indicates an expected call of Download.

func (*MockRetrieverMockRecorder) List

List indicates an expected call of List.

Jump to

Keyboard shortcuts

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