goaktv1connect

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 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 RemoteMessagingServiceClient

type RemoteMessagingServiceClient struct {
	mock.Mock
}

RemoteMessagingServiceClient is an autogenerated mock type for the RemoteMessagingServiceClient type

func NewRemoteMessagingServiceClient

func NewRemoteMessagingServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *RemoteMessagingServiceClient

NewRemoteMessagingServiceClient creates a new instance of RemoteMessagingServiceClient. 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 (*RemoteMessagingServiceClient) EXPECT

func (*RemoteMessagingServiceClient) RemoteAsk

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

func (*RemoteMessagingServiceClient) RemoteLookup

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

func (*RemoteMessagingServiceClient) RemoteTell

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

type RemoteMessagingServiceClient_Expecter

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

func (*RemoteMessagingServiceClient_Expecter) RemoteAsk

func (_e *RemoteMessagingServiceClient_Expecter) RemoteAsk(_a0 interface{}, _a1 interface{}) *RemoteMessagingServiceClient_RemoteAsk_Call

RemoteAsk is a helper method to define mock.On call

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

func (*RemoteMessagingServiceClient_Expecter) RemoteLookup

func (_e *RemoteMessagingServiceClient_Expecter) RemoteLookup(_a0 interface{}, _a1 interface{}) *RemoteMessagingServiceClient_RemoteLookup_Call

RemoteLookup is a helper method to define mock.On call

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

func (*RemoteMessagingServiceClient_Expecter) RemoteTell

func (_e *RemoteMessagingServiceClient_Expecter) RemoteTell(_a0 interface{}, _a1 interface{}) *RemoteMessagingServiceClient_RemoteTell_Call

RemoteTell is a helper method to define mock.On call

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

type RemoteMessagingServiceClient_RemoteAsk_Call

type RemoteMessagingServiceClient_RemoteAsk_Call struct {
	*mock.Call
}

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

func (*RemoteMessagingServiceClient_RemoteAsk_Call) Return

func (*RemoteMessagingServiceClient_RemoteAsk_Call) Run

type RemoteMessagingServiceClient_RemoteLookup_Call

type RemoteMessagingServiceClient_RemoteLookup_Call struct {
	*mock.Call
}

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

func (*RemoteMessagingServiceClient_RemoteLookup_Call) Run

type RemoteMessagingServiceClient_RemoteTell_Call

type RemoteMessagingServiceClient_RemoteTell_Call struct {
	*mock.Call
}

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

func (*RemoteMessagingServiceClient_RemoteTell_Call) Return

func (*RemoteMessagingServiceClient_RemoteTell_Call) Run

type RemoteMessagingServiceHandler

type RemoteMessagingServiceHandler struct {
	mock.Mock
}

RemoteMessagingServiceHandler is an autogenerated mock type for the RemoteMessagingServiceHandler type

func NewRemoteMessagingServiceHandler

func NewRemoteMessagingServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *RemoteMessagingServiceHandler

NewRemoteMessagingServiceHandler creates a new instance of RemoteMessagingServiceHandler. 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 (*RemoteMessagingServiceHandler) EXPECT

func (*RemoteMessagingServiceHandler) RemoteAsk

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

func (*RemoteMessagingServiceHandler) RemoteLookup

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

func (*RemoteMessagingServiceHandler) RemoteTell

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

type RemoteMessagingServiceHandler_Expecter

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

func (*RemoteMessagingServiceHandler_Expecter) RemoteAsk

func (_e *RemoteMessagingServiceHandler_Expecter) RemoteAsk(_a0 interface{}, _a1 interface{}) *RemoteMessagingServiceHandler_RemoteAsk_Call

RemoteAsk is a helper method to define mock.On call

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

func (*RemoteMessagingServiceHandler_Expecter) RemoteLookup

func (_e *RemoteMessagingServiceHandler_Expecter) RemoteLookup(_a0 interface{}, _a1 interface{}) *RemoteMessagingServiceHandler_RemoteLookup_Call

RemoteLookup is a helper method to define mock.On call

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

func (*RemoteMessagingServiceHandler_Expecter) RemoteTell

func (_e *RemoteMessagingServiceHandler_Expecter) RemoteTell(_a0 interface{}, _a1 interface{}) *RemoteMessagingServiceHandler_RemoteTell_Call

RemoteTell is a helper method to define mock.On call

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

type RemoteMessagingServiceHandler_RemoteAsk_Call

type RemoteMessagingServiceHandler_RemoteAsk_Call struct {
	*mock.Call
}

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

func (*RemoteMessagingServiceHandler_RemoteAsk_Call) Return

func (*RemoteMessagingServiceHandler_RemoteAsk_Call) Run

type RemoteMessagingServiceHandler_RemoteLookup_Call

type RemoteMessagingServiceHandler_RemoteLookup_Call struct {
	*mock.Call
}

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

func (*RemoteMessagingServiceHandler_RemoteLookup_Call) Run

type RemoteMessagingServiceHandler_RemoteTell_Call

type RemoteMessagingServiceHandler_RemoteTell_Call struct {
	*mock.Call
}

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

func (*RemoteMessagingServiceHandler_RemoteTell_Call) Run

Jump to

Keyboard shortcuts

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