internalpbconnect

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2023 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 added in v0.8.1

type RemotingServiceClient struct {
	mock.Mock
}

RemotingServiceClient is an autogenerated mock type for the RemotingServiceClient type

func NewRemotingServiceClient added in v0.8.1

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 added in v0.8.1

func (*RemotingServiceClient) RemoteAsk added in v0.8.1

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

func (*RemotingServiceClient) RemoteLookup added in v0.8.1

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

func (*RemotingServiceClient) RemoteTell added in v0.8.1

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

type RemotingServiceClient_Expecter added in v0.8.1

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

func (*RemotingServiceClient_Expecter) RemoteAsk added in v0.8.1

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) RemoteLookup added in v0.8.1

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) RemoteTell added in v0.8.1

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 added in v0.8.1

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 added in v0.8.1

func (*RemotingServiceClient_RemoteAsk_Call) Run added in v0.8.1

type RemotingServiceClient_RemoteLookup_Call added in v0.8.1

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) Return added in v0.8.1

func (*RemotingServiceClient_RemoteLookup_Call) Run added in v0.8.1

type RemotingServiceClient_RemoteTell_Call added in v0.8.1

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 added in v0.8.1

func (*RemotingServiceClient_RemoteTell_Call) Run added in v0.8.1

type RemotingServiceHandler added in v0.8.1

type RemotingServiceHandler struct {
	mock.Mock
}

RemotingServiceHandler is an autogenerated mock type for the RemotingServiceHandler type

func NewRemotingServiceHandler added in v0.8.1

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 added in v0.8.1

func (*RemotingServiceHandler) RemoteAsk added in v0.8.1

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

func (*RemotingServiceHandler) RemoteLookup added in v0.8.1

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

func (*RemotingServiceHandler) RemoteTell added in v0.8.1

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

type RemotingServiceHandler_Expecter added in v0.8.1

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

func (*RemotingServiceHandler_Expecter) RemoteAsk added in v0.8.1

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) RemoteLookup added in v0.8.1

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) RemoteTell added in v0.8.1

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 added in v0.8.1

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 added in v0.8.1

func (*RemotingServiceHandler_RemoteAsk_Call) Run added in v0.8.1

type RemotingServiceHandler_RemoteLookup_Call added in v0.8.1

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) Return added in v0.8.1

func (*RemotingServiceHandler_RemoteLookup_Call) Run added in v0.8.1

type RemotingServiceHandler_RemoteTell_Call added in v0.8.1

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 added in v0.8.1

func (*RemotingServiceHandler_RemoteTell_Call) Run added in v0.8.1

Jump to

Keyboard shortcuts

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