internalpbconnect

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemotingServiceClient

type RemotingServiceClient struct {
	mock.Mock
}

RemotingServiceClient is an autogenerated mock type for the RemotingServiceClient type

func NewRemotingServiceClient

func NewRemotingServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *RemotingServiceClient

NewRemotingServiceClient creates a new instance of RemotingServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*RemotingServiceClient) EXPECT

func (*RemotingServiceClient) RemoteAsk

RemoteAsk provides a mock function with given fields: _a0, _a1

func (*RemotingServiceClient) RemoteBatchAsk

RemoteBatchAsk provides a mock function with given fields: _a0, _a1

func (*RemotingServiceClient) RemoteBatchTell

RemoteBatchTell provides a mock function with given fields: _a0, _a1

func (*RemotingServiceClient) RemoteLookup

RemoteLookup provides a mock function with given fields: _a0, _a1

func (*RemotingServiceClient) RemoteReSpawn added in v1.4.4

RemoteReSpawn provides a mock function with given fields: _a0, _a1

func (*RemotingServiceClient) RemoteTell

RemoteTell provides a mock function with given fields: _a0, _a1

type RemotingServiceClient_Expecter

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

func (*RemotingServiceClient_Expecter) RemoteAsk

func (_e *RemotingServiceClient_Expecter) RemoteAsk(_a0 interface{}, _a1 interface{}) *RemotingServiceClient_RemoteAsk_Call

RemoteAsk is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteAskRequest]

func (*RemotingServiceClient_Expecter) RemoteBatchAsk

func (_e *RemotingServiceClient_Expecter) RemoteBatchAsk(_a0 interface{}, _a1 interface{}) *RemotingServiceClient_RemoteBatchAsk_Call

RemoteBatchAsk is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteBatchAskRequest]

func (*RemotingServiceClient_Expecter) RemoteBatchTell

func (_e *RemotingServiceClient_Expecter) RemoteBatchTell(_a0 interface{}, _a1 interface{}) *RemotingServiceClient_RemoteBatchTell_Call

RemoteBatchTell is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteBatchTellRequest]

func (*RemotingServiceClient_Expecter) RemoteLookup

func (_e *RemotingServiceClient_Expecter) RemoteLookup(_a0 interface{}, _a1 interface{}) *RemotingServiceClient_RemoteLookup_Call

RemoteLookup is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteLookupRequest]

func (*RemotingServiceClient_Expecter) RemoteReSpawn added in v1.4.4

func (_e *RemotingServiceClient_Expecter) RemoteReSpawn(_a0 interface{}, _a1 interface{}) *RemotingServiceClient_RemoteReSpawn_Call

RemoteReSpawn is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteReSpawnRequest]

func (*RemotingServiceClient_Expecter) RemoteTell

func (_e *RemotingServiceClient_Expecter) RemoteTell(_a0 interface{}, _a1 interface{}) *RemotingServiceClient_RemoteTell_Call

RemoteTell is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteTellRequest]

type RemotingServiceClient_RemoteAsk_Call

type RemotingServiceClient_RemoteAsk_Call struct {
	*mock.Call
}

RemotingServiceClient_RemoteAsk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteAsk'

func (*RemotingServiceClient_RemoteAsk_Call) Return

func (*RemotingServiceClient_RemoteAsk_Call) Run

type RemotingServiceClient_RemoteBatchAsk_Call

type RemotingServiceClient_RemoteBatchAsk_Call struct {
	*mock.Call
}

RemotingServiceClient_RemoteBatchAsk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteBatchAsk'

func (*RemotingServiceClient_RemoteBatchAsk_Call) Run

type RemotingServiceClient_RemoteBatchTell_Call

type RemotingServiceClient_RemoteBatchTell_Call struct {
	*mock.Call
}

RemotingServiceClient_RemoteBatchTell_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteBatchTell'

func (*RemotingServiceClient_RemoteBatchTell_Call) Run

type RemotingServiceClient_RemoteLookup_Call

type RemotingServiceClient_RemoteLookup_Call struct {
	*mock.Call
}

RemotingServiceClient_RemoteLookup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteLookup'

func (*RemotingServiceClient_RemoteLookup_Call) Run

type RemotingServiceClient_RemoteReSpawn_Call added in v1.4.4

type RemotingServiceClient_RemoteReSpawn_Call struct {
	*mock.Call
}

RemotingServiceClient_RemoteReSpawn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteReSpawn'

func (*RemotingServiceClient_RemoteReSpawn_Call) Return added in v1.4.4

func (*RemotingServiceClient_RemoteReSpawn_Call) Run added in v1.4.4

type RemotingServiceClient_RemoteTell_Call

type RemotingServiceClient_RemoteTell_Call struct {
	*mock.Call
}

RemotingServiceClient_RemoteTell_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteTell'

func (*RemotingServiceClient_RemoteTell_Call) Return

func (*RemotingServiceClient_RemoteTell_Call) Run

type RemotingServiceHandler

type RemotingServiceHandler struct {
	mock.Mock
}

RemotingServiceHandler is an autogenerated mock type for the RemotingServiceHandler type

func NewRemotingServiceHandler

func NewRemotingServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *RemotingServiceHandler

NewRemotingServiceHandler creates a new instance of RemotingServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*RemotingServiceHandler) EXPECT

func (*RemotingServiceHandler) RemoteAsk

RemoteAsk provides a mock function with given fields: _a0, _a1

func (*RemotingServiceHandler) RemoteBatchAsk

RemoteBatchAsk provides a mock function with given fields: _a0, _a1

func (*RemotingServiceHandler) RemoteBatchTell

RemoteBatchTell provides a mock function with given fields: _a0, _a1

func (*RemotingServiceHandler) RemoteLookup

RemoteLookup provides a mock function with given fields: _a0, _a1

func (*RemotingServiceHandler) RemoteReSpawn added in v1.4.4

RemoteReSpawn provides a mock function with given fields: _a0, _a1

func (*RemotingServiceHandler) RemoteTell

RemoteTell provides a mock function with given fields: _a0, _a1

type RemotingServiceHandler_Expecter

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

func (*RemotingServiceHandler_Expecter) RemoteAsk

func (_e *RemotingServiceHandler_Expecter) RemoteAsk(_a0 interface{}, _a1 interface{}) *RemotingServiceHandler_RemoteAsk_Call

RemoteAsk is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteAskRequest]

func (*RemotingServiceHandler_Expecter) RemoteBatchAsk

func (_e *RemotingServiceHandler_Expecter) RemoteBatchAsk(_a0 interface{}, _a1 interface{}) *RemotingServiceHandler_RemoteBatchAsk_Call

RemoteBatchAsk is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteBatchAskRequest]

func (*RemotingServiceHandler_Expecter) RemoteBatchTell

func (_e *RemotingServiceHandler_Expecter) RemoteBatchTell(_a0 interface{}, _a1 interface{}) *RemotingServiceHandler_RemoteBatchTell_Call

RemoteBatchTell is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteBatchTellRequest]

func (*RemotingServiceHandler_Expecter) RemoteLookup

func (_e *RemotingServiceHandler_Expecter) RemoteLookup(_a0 interface{}, _a1 interface{}) *RemotingServiceHandler_RemoteLookup_Call

RemoteLookup is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteLookupRequest]

func (*RemotingServiceHandler_Expecter) RemoteReSpawn added in v1.4.4

func (_e *RemotingServiceHandler_Expecter) RemoteReSpawn(_a0 interface{}, _a1 interface{}) *RemotingServiceHandler_RemoteReSpawn_Call

RemoteReSpawn is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteReSpawnRequest]

func (*RemotingServiceHandler_Expecter) RemoteTell

func (_e *RemotingServiceHandler_Expecter) RemoteTell(_a0 interface{}, _a1 interface{}) *RemotingServiceHandler_RemoteTell_Call

RemoteTell is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *connect.Request[internalpb.RemoteTellRequest]

type RemotingServiceHandler_RemoteAsk_Call

type RemotingServiceHandler_RemoteAsk_Call struct {
	*mock.Call
}

RemotingServiceHandler_RemoteAsk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteAsk'

func (*RemotingServiceHandler_RemoteAsk_Call) Return

func (*RemotingServiceHandler_RemoteAsk_Call) Run

type RemotingServiceHandler_RemoteBatchAsk_Call

type RemotingServiceHandler_RemoteBatchAsk_Call struct {
	*mock.Call
}

RemotingServiceHandler_RemoteBatchAsk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteBatchAsk'

func (*RemotingServiceHandler_RemoteBatchAsk_Call) Run

type RemotingServiceHandler_RemoteBatchTell_Call

type RemotingServiceHandler_RemoteBatchTell_Call struct {
	*mock.Call
}

RemotingServiceHandler_RemoteBatchTell_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteBatchTell'

func (*RemotingServiceHandler_RemoteBatchTell_Call) Run

type RemotingServiceHandler_RemoteLookup_Call

type RemotingServiceHandler_RemoteLookup_Call struct {
	*mock.Call
}

RemotingServiceHandler_RemoteLookup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteLookup'

func (*RemotingServiceHandler_RemoteLookup_Call) Run

type RemotingServiceHandler_RemoteReSpawn_Call added in v1.4.4

type RemotingServiceHandler_RemoteReSpawn_Call struct {
	*mock.Call
}

RemotingServiceHandler_RemoteReSpawn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteReSpawn'

func (*RemotingServiceHandler_RemoteReSpawn_Call) Return added in v1.4.4

func (*RemotingServiceHandler_RemoteReSpawn_Call) Run added in v1.4.4

type RemotingServiceHandler_RemoteTell_Call

type RemotingServiceHandler_RemoteTell_Call struct {
	*mock.Call
}

RemotingServiceHandler_RemoteTell_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoteTell'

func (*RemotingServiceHandler_RemoteTell_Call) Return

func (*RemotingServiceHandler_RemoteTell_Call) Run

Jump to

Keyboard shortcuts

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