mock_rgproto

package
v0.0.0-...-e1a9a74 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mock_rgproto is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRouteGuideClient

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

MockRouteGuideClient is a mock of RouteGuideClient interface

func NewMockRouteGuideClient

func NewMockRouteGuideClient(ctrl *gomock.Controller) *MockRouteGuideClient

NewMockRouteGuideClient creates a new mock instance

func (*MockRouteGuideClient) EXPECT

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

func (*MockRouteGuideClient) GetFeature

func (m *MockRouteGuideClient) GetFeature(ctx context.Context, in *rg_proto.Point, opts ...grpc.CallOption) (*rg_proto.Feature, error)

GetFeature mocks base method

func (*MockRouteGuideClient) ListFeatures

ListFeatures mocks base method

func (*MockRouteGuideClient) RecordRoute

RecordRoute mocks base method

func (*MockRouteGuideClient) RouteChat

RouteChat mocks base method

type MockRouteGuideClientMockRecorder

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

MockRouteGuideClientMockRecorder is the mock recorder for MockRouteGuideClient

func (*MockRouteGuideClientMockRecorder) GetFeature

func (mr *MockRouteGuideClientMockRecorder) GetFeature(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetFeature indicates an expected call of GetFeature

func (*MockRouteGuideClientMockRecorder) ListFeatures

func (mr *MockRouteGuideClientMockRecorder) ListFeatures(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListFeatures indicates an expected call of ListFeatures

func (*MockRouteGuideClientMockRecorder) RecordRoute

func (mr *MockRouteGuideClientMockRecorder) RecordRoute(ctx interface{}, opts ...interface{}) *gomock.Call

RecordRoute indicates an expected call of RecordRoute

func (*MockRouteGuideClientMockRecorder) RouteChat

func (mr *MockRouteGuideClientMockRecorder) RouteChat(ctx interface{}, opts ...interface{}) *gomock.Call

RouteChat indicates an expected call of RouteChat

type MockRouteGuideServer

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

MockRouteGuideServer is a mock of RouteGuideServer interface

func NewMockRouteGuideServer

func NewMockRouteGuideServer(ctrl *gomock.Controller) *MockRouteGuideServer

NewMockRouteGuideServer creates a new mock instance

func (*MockRouteGuideServer) EXPECT

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

func (*MockRouteGuideServer) GetFeature

func (m *MockRouteGuideServer) GetFeature(arg0 context.Context, arg1 *rg_proto.Point) (*rg_proto.Feature, error)

GetFeature mocks base method

func (*MockRouteGuideServer) ListFeatures

ListFeatures mocks base method

func (*MockRouteGuideServer) RecordRoute

RecordRoute mocks base method

func (*MockRouteGuideServer) RouteChat

RouteChat mocks base method

type MockRouteGuideServerMockRecorder

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

MockRouteGuideServerMockRecorder is the mock recorder for MockRouteGuideServer

func (*MockRouteGuideServerMockRecorder) GetFeature

func (mr *MockRouteGuideServerMockRecorder) GetFeature(arg0, arg1 interface{}) *gomock.Call

GetFeature indicates an expected call of GetFeature

func (*MockRouteGuideServerMockRecorder) ListFeatures

func (mr *MockRouteGuideServerMockRecorder) ListFeatures(arg0, arg1 interface{}) *gomock.Call

ListFeatures indicates an expected call of ListFeatures

func (*MockRouteGuideServerMockRecorder) RecordRoute

func (mr *MockRouteGuideServerMockRecorder) RecordRoute(arg0 interface{}) *gomock.Call

RecordRoute indicates an expected call of RecordRoute

func (*MockRouteGuideServerMockRecorder) RouteChat

func (mr *MockRouteGuideServerMockRecorder) RouteChat(arg0 interface{}) *gomock.Call

RouteChat indicates an expected call of RouteChat

type MockRouteGuide_ListFeaturesClient

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

MockRouteGuide_ListFeaturesClient is a mock of RouteGuide_ListFeaturesClient interface

func NewMockRouteGuide_ListFeaturesClient

func NewMockRouteGuide_ListFeaturesClient(ctrl *gomock.Controller) *MockRouteGuide_ListFeaturesClient

NewMockRouteGuide_ListFeaturesClient creates a new mock instance

func (*MockRouteGuide_ListFeaturesClient) CloseSend

CloseSend mocks base method

func (*MockRouteGuide_ListFeaturesClient) Context

Context mocks base method

func (*MockRouteGuide_ListFeaturesClient) EXPECT

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

func (*MockRouteGuide_ListFeaturesClient) Header

Header mocks base method

func (*MockRouteGuide_ListFeaturesClient) Recv

Recv mocks base method

func (*MockRouteGuide_ListFeaturesClient) RecvMsg

func (m_2 *MockRouteGuide_ListFeaturesClient) RecvMsg(m interface{}) error

RecvMsg mocks base method

func (*MockRouteGuide_ListFeaturesClient) SendMsg

func (m_2 *MockRouteGuide_ListFeaturesClient) SendMsg(m interface{}) error

SendMsg mocks base method

func (*MockRouteGuide_ListFeaturesClient) Trailer

Trailer mocks base method

type MockRouteGuide_ListFeaturesClientMockRecorder

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

MockRouteGuide_ListFeaturesClientMockRecorder is the mock recorder for MockRouteGuide_ListFeaturesClient

func (*MockRouteGuide_ListFeaturesClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockRouteGuide_ListFeaturesClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockRouteGuide_ListFeaturesClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockRouteGuide_ListFeaturesClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockRouteGuide_ListFeaturesClientMockRecorder) RecvMsg

func (mr *MockRouteGuide_ListFeaturesClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockRouteGuide_ListFeaturesClientMockRecorder) SendMsg

func (mr *MockRouteGuide_ListFeaturesClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockRouteGuide_ListFeaturesClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockRouteGuide_ListFeaturesServer

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

MockRouteGuide_ListFeaturesServer is a mock of RouteGuide_ListFeaturesServer interface

func NewMockRouteGuide_ListFeaturesServer

func NewMockRouteGuide_ListFeaturesServer(ctrl *gomock.Controller) *MockRouteGuide_ListFeaturesServer

NewMockRouteGuide_ListFeaturesServer creates a new mock instance

func (*MockRouteGuide_ListFeaturesServer) Context

Context mocks base method

func (*MockRouteGuide_ListFeaturesServer) EXPECT

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

func (*MockRouteGuide_ListFeaturesServer) RecvMsg

func (m_2 *MockRouteGuide_ListFeaturesServer) RecvMsg(m interface{}) error

RecvMsg mocks base method

func (*MockRouteGuide_ListFeaturesServer) Send

Send mocks base method

func (*MockRouteGuide_ListFeaturesServer) SendHeader

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

SendHeader mocks base method

func (*MockRouteGuide_ListFeaturesServer) SendMsg

func (m_2 *MockRouteGuide_ListFeaturesServer) SendMsg(m interface{}) error

SendMsg mocks base method

func (*MockRouteGuide_ListFeaturesServer) SetHeader

SetHeader mocks base method

func (*MockRouteGuide_ListFeaturesServer) SetTrailer

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

SetTrailer mocks base method

type MockRouteGuide_ListFeaturesServerMockRecorder

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

MockRouteGuide_ListFeaturesServerMockRecorder is the mock recorder for MockRouteGuide_ListFeaturesServer

func (*MockRouteGuide_ListFeaturesServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockRouteGuide_ListFeaturesServerMockRecorder) RecvMsg

func (mr *MockRouteGuide_ListFeaturesServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockRouteGuide_ListFeaturesServerMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockRouteGuide_ListFeaturesServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader

func (*MockRouteGuide_ListFeaturesServerMockRecorder) SendMsg

func (mr *MockRouteGuide_ListFeaturesServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockRouteGuide_ListFeaturesServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader

func (*MockRouteGuide_ListFeaturesServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer

type MockRouteGuide_RecordRouteClient

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

MockRouteGuide_RecordRouteClient is a mock of RouteGuide_RecordRouteClient interface

func NewMockRouteGuide_RecordRouteClient

func NewMockRouteGuide_RecordRouteClient(ctrl *gomock.Controller) *MockRouteGuide_RecordRouteClient

NewMockRouteGuide_RecordRouteClient creates a new mock instance

func (*MockRouteGuide_RecordRouteClient) CloseAndRecv

CloseAndRecv mocks base method

func (*MockRouteGuide_RecordRouteClient) CloseSend

func (m *MockRouteGuide_RecordRouteClient) CloseSend() error

CloseSend mocks base method

func (*MockRouteGuide_RecordRouteClient) Context

Context mocks base method

func (*MockRouteGuide_RecordRouteClient) EXPECT

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

func (*MockRouteGuide_RecordRouteClient) Header

Header mocks base method

func (*MockRouteGuide_RecordRouteClient) RecvMsg

func (m_2 *MockRouteGuide_RecordRouteClient) RecvMsg(m interface{}) error

RecvMsg mocks base method

func (*MockRouteGuide_RecordRouteClient) Send

Send mocks base method

func (*MockRouteGuide_RecordRouteClient) SendMsg

func (m_2 *MockRouteGuide_RecordRouteClient) SendMsg(m interface{}) error

SendMsg mocks base method

func (*MockRouteGuide_RecordRouteClient) Trailer

Trailer mocks base method

type MockRouteGuide_RecordRouteClientMockRecorder

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

MockRouteGuide_RecordRouteClientMockRecorder is the mock recorder for MockRouteGuide_RecordRouteClient

func (*MockRouteGuide_RecordRouteClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv

func (*MockRouteGuide_RecordRouteClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockRouteGuide_RecordRouteClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockRouteGuide_RecordRouteClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockRouteGuide_RecordRouteClientMockRecorder) RecvMsg

func (mr *MockRouteGuide_RecordRouteClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockRouteGuide_RecordRouteClientMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockRouteGuide_RecordRouteClientMockRecorder) SendMsg

func (mr *MockRouteGuide_RecordRouteClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockRouteGuide_RecordRouteClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockRouteGuide_RecordRouteServer

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

MockRouteGuide_RecordRouteServer is a mock of RouteGuide_RecordRouteServer interface

func NewMockRouteGuide_RecordRouteServer

func NewMockRouteGuide_RecordRouteServer(ctrl *gomock.Controller) *MockRouteGuide_RecordRouteServer

NewMockRouteGuide_RecordRouteServer creates a new mock instance

func (*MockRouteGuide_RecordRouteServer) Context

Context mocks base method

func (*MockRouteGuide_RecordRouteServer) EXPECT

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

func (*MockRouteGuide_RecordRouteServer) Recv

Recv mocks base method

func (*MockRouteGuide_RecordRouteServer) RecvMsg

func (m_2 *MockRouteGuide_RecordRouteServer) RecvMsg(m interface{}) error

RecvMsg mocks base method

func (*MockRouteGuide_RecordRouteServer) SendAndClose

SendAndClose mocks base method

func (*MockRouteGuide_RecordRouteServer) SendHeader

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

SendHeader mocks base method

func (*MockRouteGuide_RecordRouteServer) SendMsg

func (m_2 *MockRouteGuide_RecordRouteServer) SendMsg(m interface{}) error

SendMsg mocks base method

func (*MockRouteGuide_RecordRouteServer) SetHeader

SetHeader mocks base method

func (*MockRouteGuide_RecordRouteServer) SetTrailer

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

SetTrailer mocks base method

type MockRouteGuide_RecordRouteServerMockRecorder

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

MockRouteGuide_RecordRouteServerMockRecorder is the mock recorder for MockRouteGuide_RecordRouteServer

func (*MockRouteGuide_RecordRouteServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockRouteGuide_RecordRouteServerMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockRouteGuide_RecordRouteServerMockRecorder) RecvMsg

func (mr *MockRouteGuide_RecordRouteServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockRouteGuide_RecordRouteServerMockRecorder) SendAndClose

func (mr *MockRouteGuide_RecordRouteServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose

func (*MockRouteGuide_RecordRouteServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader

func (*MockRouteGuide_RecordRouteServerMockRecorder) SendMsg

func (mr *MockRouteGuide_RecordRouteServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockRouteGuide_RecordRouteServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader

func (*MockRouteGuide_RecordRouteServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer

type MockRouteGuide_RouteChatClient

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

MockRouteGuide_RouteChatClient is a mock of RouteGuide_RouteChatClient interface

func NewMockRouteGuide_RouteChatClient

func NewMockRouteGuide_RouteChatClient(ctrl *gomock.Controller) *MockRouteGuide_RouteChatClient

NewMockRouteGuide_RouteChatClient creates a new mock instance

func (*MockRouteGuide_RouteChatClient) CloseSend

func (m *MockRouteGuide_RouteChatClient) CloseSend() error

CloseSend mocks base method

func (*MockRouteGuide_RouteChatClient) Context

Context mocks base method

func (*MockRouteGuide_RouteChatClient) EXPECT

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

func (*MockRouteGuide_RouteChatClient) Header

Header mocks base method

func (*MockRouteGuide_RouteChatClient) Recv

Recv mocks base method

func (*MockRouteGuide_RouteChatClient) RecvMsg

func (m_2 *MockRouteGuide_RouteChatClient) RecvMsg(m interface{}) error

RecvMsg mocks base method

func (*MockRouteGuide_RouteChatClient) Send

Send mocks base method

func (*MockRouteGuide_RouteChatClient) SendMsg

func (m_2 *MockRouteGuide_RouteChatClient) SendMsg(m interface{}) error

SendMsg mocks base method

func (*MockRouteGuide_RouteChatClient) Trailer

Trailer mocks base method

type MockRouteGuide_RouteChatClientMockRecorder

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

MockRouteGuide_RouteChatClientMockRecorder is the mock recorder for MockRouteGuide_RouteChatClient

func (*MockRouteGuide_RouteChatClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockRouteGuide_RouteChatClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockRouteGuide_RouteChatClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockRouteGuide_RouteChatClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockRouteGuide_RouteChatClientMockRecorder) RecvMsg

func (mr *MockRouteGuide_RouteChatClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockRouteGuide_RouteChatClientMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockRouteGuide_RouteChatClientMockRecorder) SendMsg

func (mr *MockRouteGuide_RouteChatClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockRouteGuide_RouteChatClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockRouteGuide_RouteChatServer

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

MockRouteGuide_RouteChatServer is a mock of RouteGuide_RouteChatServer interface

func NewMockRouteGuide_RouteChatServer

func NewMockRouteGuide_RouteChatServer(ctrl *gomock.Controller) *MockRouteGuide_RouteChatServer

NewMockRouteGuide_RouteChatServer creates a new mock instance

func (*MockRouteGuide_RouteChatServer) Context

Context mocks base method

func (*MockRouteGuide_RouteChatServer) EXPECT

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

func (*MockRouteGuide_RouteChatServer) Recv

Recv mocks base method

func (*MockRouteGuide_RouteChatServer) RecvMsg

func (m_2 *MockRouteGuide_RouteChatServer) RecvMsg(m interface{}) error

RecvMsg mocks base method

func (*MockRouteGuide_RouteChatServer) Send

Send mocks base method

func (*MockRouteGuide_RouteChatServer) SendHeader

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

SendHeader mocks base method

func (*MockRouteGuide_RouteChatServer) SendMsg

func (m_2 *MockRouteGuide_RouteChatServer) SendMsg(m interface{}) error

SendMsg mocks base method

func (*MockRouteGuide_RouteChatServer) SetHeader

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

SetHeader mocks base method

func (*MockRouteGuide_RouteChatServer) SetTrailer

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

SetTrailer mocks base method

type MockRouteGuide_RouteChatServerMockRecorder

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

MockRouteGuide_RouteChatServerMockRecorder is the mock recorder for MockRouteGuide_RouteChatServer

func (*MockRouteGuide_RouteChatServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockRouteGuide_RouteChatServerMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockRouteGuide_RouteChatServerMockRecorder) RecvMsg

func (mr *MockRouteGuide_RouteChatServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockRouteGuide_RouteChatServerMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockRouteGuide_RouteChatServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader

func (*MockRouteGuide_RouteChatServerMockRecorder) SendMsg

func (mr *MockRouteGuide_RouteChatServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockRouteGuide_RouteChatServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader

func (*MockRouteGuide_RouteChatServerMockRecorder) SetTrailer

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