mock_agentrpc

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mock_agentrpc is a generated GoMock package.

Mocks for gRPC services.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockKasClient

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

MockKasClient is a mock of KasClient interface

func NewMockKasClient

func NewMockKasClient(ctrl *gomock.Controller) *MockKasClient

NewMockKasClient creates a new mock instance

func (*MockKasClient) EXPECT

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

func (*MockKasClient) GetConfiguration

GetConfiguration mocks base method

func (*MockKasClient) GetObjectsToSynchronize

GetObjectsToSynchronize mocks base method

type MockKasClientMockRecorder

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

MockKasClientMockRecorder is the mock recorder for MockKasClient

func (*MockKasClientMockRecorder) GetConfiguration

func (mr *MockKasClientMockRecorder) GetConfiguration(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConfiguration indicates an expected call of GetConfiguration

func (*MockKasClientMockRecorder) GetObjectsToSynchronize

func (mr *MockKasClientMockRecorder) GetObjectsToSynchronize(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectsToSynchronize indicates an expected call of GetObjectsToSynchronize

type MockKas_GetConfigurationClient

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

MockKas_GetConfigurationClient is a mock of Kas_GetConfigurationClient interface

func NewMockKas_GetConfigurationClient

func NewMockKas_GetConfigurationClient(ctrl *gomock.Controller) *MockKas_GetConfigurationClient

NewMockKas_GetConfigurationClient creates a new mock instance

func (*MockKas_GetConfigurationClient) CloseSend

func (m *MockKas_GetConfigurationClient) CloseSend() error

CloseSend mocks base method

func (*MockKas_GetConfigurationClient) Context

Context mocks base method

func (*MockKas_GetConfigurationClient) EXPECT

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

func (*MockKas_GetConfigurationClient) Header

Header mocks base method

func (*MockKas_GetConfigurationClient) Recv

Recv mocks base method

func (*MockKas_GetConfigurationClient) RecvMsg

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

RecvMsg mocks base method

func (*MockKas_GetConfigurationClient) SendMsg

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

SendMsg mocks base method

func (*MockKas_GetConfigurationClient) Trailer

Trailer mocks base method

type MockKas_GetConfigurationClientMockRecorder

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

MockKas_GetConfigurationClientMockRecorder is the mock recorder for MockKas_GetConfigurationClient

func (*MockKas_GetConfigurationClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockKas_GetConfigurationClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockKas_GetConfigurationClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockKas_GetConfigurationClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockKas_GetConfigurationClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg

func (*MockKas_GetConfigurationClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg

func (*MockKas_GetConfigurationClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockKas_GetConfigurationServer

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

MockKas_GetConfigurationServer is a mock of Kas_GetConfigurationServer interface

func NewMockKas_GetConfigurationServer

func NewMockKas_GetConfigurationServer(ctrl *gomock.Controller) *MockKas_GetConfigurationServer

NewMockKas_GetConfigurationServer creates a new mock instance

func (*MockKas_GetConfigurationServer) Context

Context mocks base method

func (*MockKas_GetConfigurationServer) EXPECT

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

func (*MockKas_GetConfigurationServer) RecvMsg

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

RecvMsg mocks base method

func (*MockKas_GetConfigurationServer) Send

Send mocks base method

func (*MockKas_GetConfigurationServer) SendHeader

func (m *MockKas_GetConfigurationServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method

func (*MockKas_GetConfigurationServer) SendMsg

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

SendMsg mocks base method

func (*MockKas_GetConfigurationServer) SetHeader

func (m *MockKas_GetConfigurationServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method

func (*MockKas_GetConfigurationServer) SetTrailer

func (m *MockKas_GetConfigurationServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method

type MockKas_GetConfigurationServerMockRecorder

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

MockKas_GetConfigurationServerMockRecorder is the mock recorder for MockKas_GetConfigurationServer

func (*MockKas_GetConfigurationServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockKas_GetConfigurationServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg

func (*MockKas_GetConfigurationServerMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockKas_GetConfigurationServerMockRecorder) SendHeader

func (mr *MockKas_GetConfigurationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockKas_GetConfigurationServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg

func (*MockKas_GetConfigurationServerMockRecorder) SetHeader

func (mr *MockKas_GetConfigurationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockKas_GetConfigurationServerMockRecorder) SetTrailer

func (mr *MockKas_GetConfigurationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockKas_GetObjectsToSynchronizeClient

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

MockKas_GetObjectsToSynchronizeClient is a mock of Kas_GetObjectsToSynchronizeClient interface

func NewMockKas_GetObjectsToSynchronizeClient

func NewMockKas_GetObjectsToSynchronizeClient(ctrl *gomock.Controller) *MockKas_GetObjectsToSynchronizeClient

NewMockKas_GetObjectsToSynchronizeClient creates a new mock instance

func (*MockKas_GetObjectsToSynchronizeClient) CloseSend

CloseSend mocks base method

func (*MockKas_GetObjectsToSynchronizeClient) Context

Context mocks base method

func (*MockKas_GetObjectsToSynchronizeClient) EXPECT

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

func (*MockKas_GetObjectsToSynchronizeClient) Header

Header mocks base method

func (*MockKas_GetObjectsToSynchronizeClient) Recv

Recv mocks base method

func (*MockKas_GetObjectsToSynchronizeClient) RecvMsg

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

RecvMsg mocks base method

func (*MockKas_GetObjectsToSynchronizeClient) SendMsg

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

SendMsg mocks base method

func (*MockKas_GetObjectsToSynchronizeClient) Trailer

Trailer mocks base method

type MockKas_GetObjectsToSynchronizeClientMockRecorder

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

MockKas_GetObjectsToSynchronizeClientMockRecorder is the mock recorder for MockKas_GetObjectsToSynchronizeClient

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg

func (*MockKas_GetObjectsToSynchronizeClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockKas_GetObjectsToSynchronizeServer

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

MockKas_GetObjectsToSynchronizeServer is a mock of Kas_GetObjectsToSynchronizeServer interface

func NewMockKas_GetObjectsToSynchronizeServer

func NewMockKas_GetObjectsToSynchronizeServer(ctrl *gomock.Controller) *MockKas_GetObjectsToSynchronizeServer

NewMockKas_GetObjectsToSynchronizeServer creates a new mock instance

func (*MockKas_GetObjectsToSynchronizeServer) Context

Context mocks base method

func (*MockKas_GetObjectsToSynchronizeServer) EXPECT

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

func (*MockKas_GetObjectsToSynchronizeServer) RecvMsg

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

RecvMsg mocks base method

func (*MockKas_GetObjectsToSynchronizeServer) Send

Send mocks base method

func (*MockKas_GetObjectsToSynchronizeServer) SendHeader

SendHeader mocks base method

func (*MockKas_GetObjectsToSynchronizeServer) SendMsg

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

SendMsg mocks base method

func (*MockKas_GetObjectsToSynchronizeServer) SetHeader

SetHeader mocks base method

func (*MockKas_GetObjectsToSynchronizeServer) SetTrailer

SetTrailer mocks base method

type MockKas_GetObjectsToSynchronizeServerMockRecorder

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

MockKas_GetObjectsToSynchronizeServerMockRecorder is the mock recorder for MockKas_GetObjectsToSynchronizeServer

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) SendHeader

func (mr *MockKas_GetObjectsToSynchronizeServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) SetHeader

func (mr *MockKas_GetObjectsToSynchronizeServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockKas_GetObjectsToSynchronizeServerMockRecorder) SetTrailer

func (mr *MockKas_GetObjectsToSynchronizeServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

Jump to

Keyboard shortcuts

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