mock_v1

package
v0.1.28 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_v1 is a generated GoMock package.

Package mock_v1 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAppServiceClient

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

MockAppServiceClient is a mock of AppServiceClient interface.

func NewMockAppServiceClient

func NewMockAppServiceClient(ctrl *gomock.Controller) *MockAppServiceClient

NewMockAppServiceClient creates a new mock instance.

func (*MockAppServiceClient) CreateLocation added in v0.1.6

CreateLocation mocks base method.

func (*MockAppServiceClient) CreateLocationSecret added in v0.1.4

CreateLocationSecret mocks base method.

func (*MockAppServiceClient) CreateRobotPartSecret added in v0.1.4

CreateRobotPartSecret mocks base method.

func (*MockAppServiceClient) DeleteLocationSecret added in v0.1.4

DeleteLocationSecret mocks base method.

func (*MockAppServiceClient) DeleteRobot

DeleteRobot mocks base method.

func (*MockAppServiceClient) DeleteRobotPart

DeleteRobotPart mocks base method.

func (*MockAppServiceClient) DeleteRobotPartSecret added in v0.1.4

DeleteRobotPartSecret mocks base method.

func (*MockAppServiceClient) EXPECT

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

func (*MockAppServiceClient) FindRobots

FindRobots mocks base method.

func (*MockAppServiceClient) GetRobot

GetRobot mocks base method.

func (*MockAppServiceClient) GetRobotPart

GetRobotPart mocks base method.

func (*MockAppServiceClient) GetRobotPartHistory

GetRobotPartHistory mocks base method.

func (*MockAppServiceClient) GetRobotPartLogs

GetRobotPartLogs mocks base method.

func (*MockAppServiceClient) GetRobotParts

GetRobotParts mocks base method.

func (*MockAppServiceClient) ListLocations

ListLocations mocks base method.

func (*MockAppServiceClient) ListOrganizations

ListOrganizations mocks base method.

func (*MockAppServiceClient) LocationAuth

LocationAuth mocks base method.

func (*MockAppServiceClient) MarkPartAsMain

MarkPartAsMain mocks base method.

func (*MockAppServiceClient) NewRobot

NewRobot mocks base method.

func (*MockAppServiceClient) NewRobotPart

NewRobotPart mocks base method.

func (*MockAppServiceClient) ShareLocation added in v0.1.21

ShareLocation mocks base method.

func (*MockAppServiceClient) TailRobotPartLogs

TailRobotPartLogs mocks base method.

func (*MockAppServiceClient) UnshareLocation added in v0.1.21

UnshareLocation mocks base method.

func (*MockAppServiceClient) UpdateRobot

UpdateRobot mocks base method.

func (*MockAppServiceClient) UpdateRobotPart

UpdateRobotPart mocks base method.

type MockAppServiceClientMockRecorder

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

MockAppServiceClientMockRecorder is the mock recorder for MockAppServiceClient.

func (*MockAppServiceClientMockRecorder) CreateLocation added in v0.1.6

func (mr *MockAppServiceClientMockRecorder) CreateLocation(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateLocation indicates an expected call of CreateLocation.

func (*MockAppServiceClientMockRecorder) CreateLocationSecret added in v0.1.4

func (mr *MockAppServiceClientMockRecorder) CreateLocationSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateLocationSecret indicates an expected call of CreateLocationSecret.

func (*MockAppServiceClientMockRecorder) CreateRobotPartSecret added in v0.1.4

func (mr *MockAppServiceClientMockRecorder) CreateRobotPartSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateRobotPartSecret indicates an expected call of CreateRobotPartSecret.

func (*MockAppServiceClientMockRecorder) DeleteLocationSecret added in v0.1.4

func (mr *MockAppServiceClientMockRecorder) DeleteLocationSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteLocationSecret indicates an expected call of DeleteLocationSecret.

func (*MockAppServiceClientMockRecorder) DeleteRobot

func (mr *MockAppServiceClientMockRecorder) DeleteRobot(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteRobot indicates an expected call of DeleteRobot.

func (*MockAppServiceClientMockRecorder) DeleteRobotPart

func (mr *MockAppServiceClientMockRecorder) DeleteRobotPart(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteRobotPart indicates an expected call of DeleteRobotPart.

func (*MockAppServiceClientMockRecorder) DeleteRobotPartSecret added in v0.1.4

func (mr *MockAppServiceClientMockRecorder) DeleteRobotPartSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteRobotPartSecret indicates an expected call of DeleteRobotPartSecret.

func (*MockAppServiceClientMockRecorder) FindRobots

func (mr *MockAppServiceClientMockRecorder) FindRobots(ctx, in interface{}, opts ...interface{}) *gomock.Call

FindRobots indicates an expected call of FindRobots.

func (*MockAppServiceClientMockRecorder) GetRobot

func (mr *MockAppServiceClientMockRecorder) GetRobot(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRobot indicates an expected call of GetRobot.

func (*MockAppServiceClientMockRecorder) GetRobotPart

func (mr *MockAppServiceClientMockRecorder) GetRobotPart(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRobotPart indicates an expected call of GetRobotPart.

func (*MockAppServiceClientMockRecorder) GetRobotPartHistory

func (mr *MockAppServiceClientMockRecorder) GetRobotPartHistory(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRobotPartHistory indicates an expected call of GetRobotPartHistory.

func (*MockAppServiceClientMockRecorder) GetRobotPartLogs

func (mr *MockAppServiceClientMockRecorder) GetRobotPartLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRobotPartLogs indicates an expected call of GetRobotPartLogs.

func (*MockAppServiceClientMockRecorder) GetRobotParts

func (mr *MockAppServiceClientMockRecorder) GetRobotParts(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRobotParts indicates an expected call of GetRobotParts.

func (*MockAppServiceClientMockRecorder) ListLocations

func (mr *MockAppServiceClientMockRecorder) ListLocations(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListLocations indicates an expected call of ListLocations.

func (*MockAppServiceClientMockRecorder) ListOrganizations

func (mr *MockAppServiceClientMockRecorder) ListOrganizations(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListOrganizations indicates an expected call of ListOrganizations.

func (*MockAppServiceClientMockRecorder) LocationAuth

func (mr *MockAppServiceClientMockRecorder) LocationAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call

LocationAuth indicates an expected call of LocationAuth.

func (*MockAppServiceClientMockRecorder) MarkPartAsMain

func (mr *MockAppServiceClientMockRecorder) MarkPartAsMain(ctx, in interface{}, opts ...interface{}) *gomock.Call

MarkPartAsMain indicates an expected call of MarkPartAsMain.

func (*MockAppServiceClientMockRecorder) NewRobot

func (mr *MockAppServiceClientMockRecorder) NewRobot(ctx, in interface{}, opts ...interface{}) *gomock.Call

NewRobot indicates an expected call of NewRobot.

func (*MockAppServiceClientMockRecorder) NewRobotPart

func (mr *MockAppServiceClientMockRecorder) NewRobotPart(ctx, in interface{}, opts ...interface{}) *gomock.Call

NewRobotPart indicates an expected call of NewRobotPart.

func (*MockAppServiceClientMockRecorder) ShareLocation added in v0.1.21

func (mr *MockAppServiceClientMockRecorder) ShareLocation(ctx, in interface{}, opts ...interface{}) *gomock.Call

ShareLocation indicates an expected call of ShareLocation.

func (*MockAppServiceClientMockRecorder) TailRobotPartLogs

func (mr *MockAppServiceClientMockRecorder) TailRobotPartLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call

TailRobotPartLogs indicates an expected call of TailRobotPartLogs.

func (*MockAppServiceClientMockRecorder) UnshareLocation added in v0.1.21

func (mr *MockAppServiceClientMockRecorder) UnshareLocation(ctx, in interface{}, opts ...interface{}) *gomock.Call

UnshareLocation indicates an expected call of UnshareLocation.

func (*MockAppServiceClientMockRecorder) UpdateRobot

func (mr *MockAppServiceClientMockRecorder) UpdateRobot(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateRobot indicates an expected call of UpdateRobot.

func (*MockAppServiceClientMockRecorder) UpdateRobotPart

func (mr *MockAppServiceClientMockRecorder) UpdateRobotPart(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateRobotPart indicates an expected call of UpdateRobotPart.

type MockAppServiceServer

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

MockAppServiceServer is a mock of AppServiceServer interface.

func NewMockAppServiceServer

func NewMockAppServiceServer(ctrl *gomock.Controller) *MockAppServiceServer

NewMockAppServiceServer creates a new mock instance.

func (*MockAppServiceServer) CreateLocation added in v0.1.6

CreateLocation mocks base method.

func (*MockAppServiceServer) CreateLocationSecret added in v0.1.4

CreateLocationSecret mocks base method.

func (*MockAppServiceServer) CreateRobotPartSecret added in v0.1.4

CreateRobotPartSecret mocks base method.

func (*MockAppServiceServer) DeleteLocationSecret added in v0.1.4

DeleteLocationSecret mocks base method.

func (*MockAppServiceServer) DeleteRobot

DeleteRobot mocks base method.

func (*MockAppServiceServer) DeleteRobotPart

DeleteRobotPart mocks base method.

func (*MockAppServiceServer) DeleteRobotPartSecret added in v0.1.4

DeleteRobotPartSecret mocks base method.

func (*MockAppServiceServer) EXPECT

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

func (*MockAppServiceServer) FindRobots

FindRobots mocks base method.

func (*MockAppServiceServer) GetRobot

GetRobot mocks base method.

func (*MockAppServiceServer) GetRobotPart

GetRobotPart mocks base method.

func (*MockAppServiceServer) GetRobotPartHistory

GetRobotPartHistory mocks base method.

func (*MockAppServiceServer) GetRobotPartLogs

GetRobotPartLogs mocks base method.

func (*MockAppServiceServer) GetRobotParts

GetRobotParts mocks base method.

func (*MockAppServiceServer) ListLocations

ListLocations mocks base method.

func (*MockAppServiceServer) ListOrganizations

ListOrganizations mocks base method.

func (*MockAppServiceServer) LocationAuth

LocationAuth mocks base method.

func (*MockAppServiceServer) MarkPartAsMain

MarkPartAsMain mocks base method.

func (*MockAppServiceServer) NewRobot

NewRobot mocks base method.

func (*MockAppServiceServer) NewRobotPart

NewRobotPart mocks base method.

func (*MockAppServiceServer) ShareLocation added in v0.1.21

ShareLocation mocks base method.

func (*MockAppServiceServer) TailRobotPartLogs

TailRobotPartLogs mocks base method.

func (*MockAppServiceServer) UnshareLocation added in v0.1.21

UnshareLocation mocks base method.

func (*MockAppServiceServer) UpdateRobot

UpdateRobot mocks base method.

func (*MockAppServiceServer) UpdateRobotPart

UpdateRobotPart mocks base method.

type MockAppServiceServerMockRecorder

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

MockAppServiceServerMockRecorder is the mock recorder for MockAppServiceServer.

func (*MockAppServiceServerMockRecorder) CreateLocation added in v0.1.6

func (mr *MockAppServiceServerMockRecorder) CreateLocation(arg0, arg1 interface{}) *gomock.Call

CreateLocation indicates an expected call of CreateLocation.

func (*MockAppServiceServerMockRecorder) CreateLocationSecret added in v0.1.4

func (mr *MockAppServiceServerMockRecorder) CreateLocationSecret(arg0, arg1 interface{}) *gomock.Call

CreateLocationSecret indicates an expected call of CreateLocationSecret.

func (*MockAppServiceServerMockRecorder) CreateRobotPartSecret added in v0.1.4

func (mr *MockAppServiceServerMockRecorder) CreateRobotPartSecret(arg0, arg1 interface{}) *gomock.Call

CreateRobotPartSecret indicates an expected call of CreateRobotPartSecret.

func (*MockAppServiceServerMockRecorder) DeleteLocationSecret added in v0.1.4

func (mr *MockAppServiceServerMockRecorder) DeleteLocationSecret(arg0, arg1 interface{}) *gomock.Call

DeleteLocationSecret indicates an expected call of DeleteLocationSecret.

func (*MockAppServiceServerMockRecorder) DeleteRobot

func (mr *MockAppServiceServerMockRecorder) DeleteRobot(arg0, arg1 interface{}) *gomock.Call

DeleteRobot indicates an expected call of DeleteRobot.

func (*MockAppServiceServerMockRecorder) DeleteRobotPart

func (mr *MockAppServiceServerMockRecorder) DeleteRobotPart(arg0, arg1 interface{}) *gomock.Call

DeleteRobotPart indicates an expected call of DeleteRobotPart.

func (*MockAppServiceServerMockRecorder) DeleteRobotPartSecret added in v0.1.4

func (mr *MockAppServiceServerMockRecorder) DeleteRobotPartSecret(arg0, arg1 interface{}) *gomock.Call

DeleteRobotPartSecret indicates an expected call of DeleteRobotPartSecret.

func (*MockAppServiceServerMockRecorder) FindRobots

func (mr *MockAppServiceServerMockRecorder) FindRobots(arg0, arg1 interface{}) *gomock.Call

FindRobots indicates an expected call of FindRobots.

func (*MockAppServiceServerMockRecorder) GetRobot

func (mr *MockAppServiceServerMockRecorder) GetRobot(arg0, arg1 interface{}) *gomock.Call

GetRobot indicates an expected call of GetRobot.

func (*MockAppServiceServerMockRecorder) GetRobotPart

func (mr *MockAppServiceServerMockRecorder) GetRobotPart(arg0, arg1 interface{}) *gomock.Call

GetRobotPart indicates an expected call of GetRobotPart.

func (*MockAppServiceServerMockRecorder) GetRobotPartHistory

func (mr *MockAppServiceServerMockRecorder) GetRobotPartHistory(arg0, arg1 interface{}) *gomock.Call

GetRobotPartHistory indicates an expected call of GetRobotPartHistory.

func (*MockAppServiceServerMockRecorder) GetRobotPartLogs

func (mr *MockAppServiceServerMockRecorder) GetRobotPartLogs(arg0, arg1 interface{}) *gomock.Call

GetRobotPartLogs indicates an expected call of GetRobotPartLogs.

func (*MockAppServiceServerMockRecorder) GetRobotParts

func (mr *MockAppServiceServerMockRecorder) GetRobotParts(arg0, arg1 interface{}) *gomock.Call

GetRobotParts indicates an expected call of GetRobotParts.

func (*MockAppServiceServerMockRecorder) ListLocations

func (mr *MockAppServiceServerMockRecorder) ListLocations(arg0, arg1 interface{}) *gomock.Call

ListLocations indicates an expected call of ListLocations.

func (*MockAppServiceServerMockRecorder) ListOrganizations

func (mr *MockAppServiceServerMockRecorder) ListOrganizations(arg0, arg1 interface{}) *gomock.Call

ListOrganizations indicates an expected call of ListOrganizations.

func (*MockAppServiceServerMockRecorder) LocationAuth

func (mr *MockAppServiceServerMockRecorder) LocationAuth(arg0, arg1 interface{}) *gomock.Call

LocationAuth indicates an expected call of LocationAuth.

func (*MockAppServiceServerMockRecorder) MarkPartAsMain

func (mr *MockAppServiceServerMockRecorder) MarkPartAsMain(arg0, arg1 interface{}) *gomock.Call

MarkPartAsMain indicates an expected call of MarkPartAsMain.

func (*MockAppServiceServerMockRecorder) NewRobot

func (mr *MockAppServiceServerMockRecorder) NewRobot(arg0, arg1 interface{}) *gomock.Call

NewRobot indicates an expected call of NewRobot.

func (*MockAppServiceServerMockRecorder) NewRobotPart

func (mr *MockAppServiceServerMockRecorder) NewRobotPart(arg0, arg1 interface{}) *gomock.Call

NewRobotPart indicates an expected call of NewRobotPart.

func (*MockAppServiceServerMockRecorder) ShareLocation added in v0.1.21

func (mr *MockAppServiceServerMockRecorder) ShareLocation(arg0, arg1 interface{}) *gomock.Call

ShareLocation indicates an expected call of ShareLocation.

func (*MockAppServiceServerMockRecorder) TailRobotPartLogs

func (mr *MockAppServiceServerMockRecorder) TailRobotPartLogs(arg0, arg1 interface{}) *gomock.Call

TailRobotPartLogs indicates an expected call of TailRobotPartLogs.

func (*MockAppServiceServerMockRecorder) UnshareLocation added in v0.1.21

func (mr *MockAppServiceServerMockRecorder) UnshareLocation(arg0, arg1 interface{}) *gomock.Call

UnshareLocation indicates an expected call of UnshareLocation.

func (*MockAppServiceServerMockRecorder) UpdateRobot

func (mr *MockAppServiceServerMockRecorder) UpdateRobot(arg0, arg1 interface{}) *gomock.Call

UpdateRobot indicates an expected call of UpdateRobot.

func (*MockAppServiceServerMockRecorder) UpdateRobotPart

func (mr *MockAppServiceServerMockRecorder) UpdateRobotPart(arg0, arg1 interface{}) *gomock.Call

UpdateRobotPart indicates an expected call of UpdateRobotPart.

type MockAppService_TailRobotPartLogsClient

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

MockAppService_TailRobotPartLogsClient is a mock of AppService_TailRobotPartLogsClient interface.

func NewMockAppService_TailRobotPartLogsClient

func NewMockAppService_TailRobotPartLogsClient(ctrl *gomock.Controller) *MockAppService_TailRobotPartLogsClient

NewMockAppService_TailRobotPartLogsClient creates a new mock instance.

func (*MockAppService_TailRobotPartLogsClient) CloseSend

CloseSend mocks base method.

func (*MockAppService_TailRobotPartLogsClient) Context

Context mocks base method.

func (*MockAppService_TailRobotPartLogsClient) EXPECT

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

func (*MockAppService_TailRobotPartLogsClient) Header

Header mocks base method.

func (*MockAppService_TailRobotPartLogsClient) Recv

Recv mocks base method.

func (*MockAppService_TailRobotPartLogsClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockAppService_TailRobotPartLogsClient) SendMsg

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

SendMsg mocks base method.

func (*MockAppService_TailRobotPartLogsClient) Trailer

Trailer mocks base method.

type MockAppService_TailRobotPartLogsClientMockRecorder

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

MockAppService_TailRobotPartLogsClientMockRecorder is the mock recorder for MockAppService_TailRobotPartLogsClient.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockAppService_TailRobotPartLogsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockAppService_TailRobotPartLogsServer

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

MockAppService_TailRobotPartLogsServer is a mock of AppService_TailRobotPartLogsServer interface.

func NewMockAppService_TailRobotPartLogsServer

func NewMockAppService_TailRobotPartLogsServer(ctrl *gomock.Controller) *MockAppService_TailRobotPartLogsServer

NewMockAppService_TailRobotPartLogsServer creates a new mock instance.

func (*MockAppService_TailRobotPartLogsServer) Context

Context mocks base method.

func (*MockAppService_TailRobotPartLogsServer) EXPECT

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

func (*MockAppService_TailRobotPartLogsServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockAppService_TailRobotPartLogsServer) Send

Send mocks base method.

func (*MockAppService_TailRobotPartLogsServer) SendHeader

SendHeader mocks base method.

func (*MockAppService_TailRobotPartLogsServer) SendMsg

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

SendMsg mocks base method.

func (*MockAppService_TailRobotPartLogsServer) SetHeader

SetHeader mocks base method.

func (*MockAppService_TailRobotPartLogsServer) SetTrailer

SetTrailer mocks base method.

type MockAppService_TailRobotPartLogsServerMockRecorder

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

MockAppService_TailRobotPartLogsServerMockRecorder is the mock recorder for MockAppService_TailRobotPartLogsServer.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockAppService_TailRobotPartLogsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockRobotServiceClient

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

MockRobotServiceClient is a mock of RobotServiceClient interface.

func NewMockRobotServiceClient

func NewMockRobotServiceClient(ctrl *gomock.Controller) *MockRobotServiceClient

NewMockRobotServiceClient creates a new mock instance.

func (*MockRobotServiceClient) Certificate

Certificate mocks base method.

func (*MockRobotServiceClient) Config

Config mocks base method.

func (*MockRobotServiceClient) EXPECT

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

func (*MockRobotServiceClient) Log

Log mocks base method.

func (*MockRobotServiceClient) NeedsRestart

NeedsRestart mocks base method.

type MockRobotServiceClientMockRecorder

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

MockRobotServiceClientMockRecorder is the mock recorder for MockRobotServiceClient.

func (*MockRobotServiceClientMockRecorder) Certificate

func (mr *MockRobotServiceClientMockRecorder) Certificate(ctx, in interface{}, opts ...interface{}) *gomock.Call

Certificate indicates an expected call of Certificate.

func (*MockRobotServiceClientMockRecorder) Config

func (mr *MockRobotServiceClientMockRecorder) Config(ctx, in interface{}, opts ...interface{}) *gomock.Call

Config indicates an expected call of Config.

func (*MockRobotServiceClientMockRecorder) Log

func (mr *MockRobotServiceClientMockRecorder) Log(ctx, in interface{}, opts ...interface{}) *gomock.Call

Log indicates an expected call of Log.

func (*MockRobotServiceClientMockRecorder) NeedsRestart

func (mr *MockRobotServiceClientMockRecorder) NeedsRestart(ctx, in interface{}, opts ...interface{}) *gomock.Call

NeedsRestart indicates an expected call of NeedsRestart.

type MockRobotServiceServer

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

MockRobotServiceServer is a mock of RobotServiceServer interface.

func NewMockRobotServiceServer

func NewMockRobotServiceServer(ctrl *gomock.Controller) *MockRobotServiceServer

NewMockRobotServiceServer creates a new mock instance.

func (*MockRobotServiceServer) Certificate

Certificate mocks base method.

func (*MockRobotServiceServer) Config

Config mocks base method.

func (*MockRobotServiceServer) EXPECT

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

func (*MockRobotServiceServer) Log

Log mocks base method.

func (*MockRobotServiceServer) NeedsRestart

NeedsRestart mocks base method.

type MockRobotServiceServerMockRecorder

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

MockRobotServiceServerMockRecorder is the mock recorder for MockRobotServiceServer.

func (*MockRobotServiceServerMockRecorder) Certificate

func (mr *MockRobotServiceServerMockRecorder) Certificate(arg0, arg1 interface{}) *gomock.Call

Certificate indicates an expected call of Certificate.

func (*MockRobotServiceServerMockRecorder) Config

func (mr *MockRobotServiceServerMockRecorder) Config(arg0, arg1 interface{}) *gomock.Call

Config indicates an expected call of Config.

func (*MockRobotServiceServerMockRecorder) Log

func (mr *MockRobotServiceServerMockRecorder) Log(arg0, arg1 interface{}) *gomock.Call

Log indicates an expected call of Log.

func (*MockRobotServiceServerMockRecorder) NeedsRestart

func (mr *MockRobotServiceServerMockRecorder) NeedsRestart(arg0, arg1 interface{}) *gomock.Call

NeedsRestart indicates an expected call of NeedsRestart.

type MockUnsafeAppServiceServer

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

MockUnsafeAppServiceServer is a mock of UnsafeAppServiceServer interface.

func NewMockUnsafeAppServiceServer

func NewMockUnsafeAppServiceServer(ctrl *gomock.Controller) *MockUnsafeAppServiceServer

NewMockUnsafeAppServiceServer creates a new mock instance.

func (*MockUnsafeAppServiceServer) EXPECT

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

type MockUnsafeAppServiceServerMockRecorder

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

MockUnsafeAppServiceServerMockRecorder is the mock recorder for MockUnsafeAppServiceServer.

type MockUnsafeRobotServiceServer

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

MockUnsafeRobotServiceServer is a mock of UnsafeRobotServiceServer interface.

func NewMockUnsafeRobotServiceServer

func NewMockUnsafeRobotServiceServer(ctrl *gomock.Controller) *MockUnsafeRobotServiceServer

NewMockUnsafeRobotServiceServer creates a new mock instance.

func (*MockUnsafeRobotServiceServer) EXPECT

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

type MockUnsafeRobotServiceServerMockRecorder

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

MockUnsafeRobotServiceServerMockRecorder is the mock recorder for MockUnsafeRobotServiceServer.

Jump to

Keyboard shortcuts

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