mocks

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureInterface

type FeatureInterface struct {
	mock.Mock
}

FeatureInterface is an autogenerated mock type for the FeatureInterface type

func NewFeatureInterface

func NewFeatureInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *FeatureInterface

NewFeatureInterface creates a new instance of FeatureInterface. 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 (*FeatureInterface) AddResponseCallback

func (_m *FeatureInterface) AddResponseCallback(msgCounterReference model.MsgCounterType, function func(api.ResponseMessage)) error

AddResponseCallback provides a mock function with given fields: msgCounterReference, function

func (*FeatureInterface) AddResultCallback

func (_m *FeatureInterface) AddResultCallback(function func(api.ResponseMessage))

AddResultCallback provides a mock function with given fields: function

func (*FeatureInterface) Bind

func (_m *FeatureInterface) Bind() (*model.MsgCounterType, error)

Bind provides a mock function with given fields:

func (*FeatureInterface) EXPECT

func (*FeatureInterface) HasBinding

func (_m *FeatureInterface) HasBinding() bool

HasBinding provides a mock function with given fields:

func (*FeatureInterface) HasSubscription

func (_m *FeatureInterface) HasSubscription() bool

HasSubscription provides a mock function with given fields:

func (*FeatureInterface) Subscribe

func (_m *FeatureInterface) Subscribe() (*model.MsgCounterType, error)

Subscribe provides a mock function with given fields:

type FeatureInterface_AddResponseCallback_Call

type FeatureInterface_AddResponseCallback_Call struct {
	*mock.Call
}

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

func (*FeatureInterface_AddResponseCallback_Call) Return

func (*FeatureInterface_AddResponseCallback_Call) Run

func (*FeatureInterface_AddResponseCallback_Call) RunAndReturn

type FeatureInterface_AddResultCallback_Call

type FeatureInterface_AddResultCallback_Call struct {
	*mock.Call
}

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

func (*FeatureInterface_AddResultCallback_Call) Return

func (*FeatureInterface_AddResultCallback_Call) Run

func (*FeatureInterface_AddResultCallback_Call) RunAndReturn

type FeatureInterface_Bind_Call

type FeatureInterface_Bind_Call struct {
	*mock.Call
}

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

func (*FeatureInterface_Bind_Call) Return

func (*FeatureInterface_Bind_Call) Run

func (*FeatureInterface_Bind_Call) RunAndReturn

type FeatureInterface_Expecter

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

func (*FeatureInterface_Expecter) AddResponseCallback

func (_e *FeatureInterface_Expecter) AddResponseCallback(msgCounterReference interface{}, function interface{}) *FeatureInterface_AddResponseCallback_Call

AddResponseCallback is a helper method to define mock.On call

  • msgCounterReference model.MsgCounterType
  • function func(api.ResponseMessage)

func (*FeatureInterface_Expecter) AddResultCallback

func (_e *FeatureInterface_Expecter) AddResultCallback(function interface{}) *FeatureInterface_AddResultCallback_Call

AddResultCallback is a helper method to define mock.On call

  • function func(api.ResponseMessage)

func (*FeatureInterface_Expecter) Bind

Bind is a helper method to define mock.On call

func (*FeatureInterface_Expecter) HasBinding

HasBinding is a helper method to define mock.On call

func (*FeatureInterface_Expecter) HasSubscription

HasSubscription is a helper method to define mock.On call

func (*FeatureInterface_Expecter) Subscribe

Subscribe is a helper method to define mock.On call

type FeatureInterface_HasBinding_Call

type FeatureInterface_HasBinding_Call struct {
	*mock.Call
}

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

func (*FeatureInterface_HasBinding_Call) Return

func (*FeatureInterface_HasBinding_Call) Run

func (*FeatureInterface_HasBinding_Call) RunAndReturn

type FeatureInterface_HasSubscription_Call

type FeatureInterface_HasSubscription_Call struct {
	*mock.Call
}

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

func (*FeatureInterface_HasSubscription_Call) Return

func (*FeatureInterface_HasSubscription_Call) Run

func (*FeatureInterface_HasSubscription_Call) RunAndReturn

type FeatureInterface_Subscribe_Call

type FeatureInterface_Subscribe_Call struct {
	*mock.Call
}

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

func (*FeatureInterface_Subscribe_Call) Return

func (*FeatureInterface_Subscribe_Call) Run

func (*FeatureInterface_Subscribe_Call) RunAndReturn

type ServiceInterface

type ServiceInterface struct {
	mock.Mock
}

ServiceInterface is an autogenerated mock type for the ServiceInterface type

func NewServiceInterface

func NewServiceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ServiceInterface

NewServiceInterface creates a new instance of ServiceInterface. 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 (*ServiceInterface) CancelPairingWithSKI

func (_m *ServiceInterface) CancelPairingWithSKI(ski string)

CancelPairingWithSKI provides a mock function with given fields: ski

func (*ServiceInterface) Configuration

func (_m *ServiceInterface) Configuration() *api.Configuration

Configuration provides a mock function with given fields:

func (*ServiceInterface) DisconnectSKI

func (_m *ServiceInterface) DisconnectSKI(ski string, reason string)

DisconnectSKI provides a mock function with given fields: ski, reason

func (*ServiceInterface) EXPECT

func (*ServiceInterface) LocalDevice

LocalDevice provides a mock function with given fields:

func (*ServiceInterface) LocalService

func (_m *ServiceInterface) LocalService() *ship_goapi.ServiceDetails

LocalService provides a mock function with given fields:

func (*ServiceInterface) PairingDetailForSki

func (_m *ServiceInterface) PairingDetailForSki(ski string) *ship_goapi.ConnectionStateDetail

PairingDetailForSki provides a mock function with given fields: ski

func (*ServiceInterface) RegisterRemoteSKI

func (_m *ServiceInterface) RegisterRemoteSKI(ski string)

RegisterRemoteSKI provides a mock function with given fields: ski

func (*ServiceInterface) RemoteServiceForSKI

func (_m *ServiceInterface) RemoteServiceForSKI(ski string) *ship_goapi.ServiceDetails

RemoteServiceForSKI provides a mock function with given fields: ski

func (*ServiceInterface) SetAutoAccept

func (_m *ServiceInterface) SetAutoAccept(value bool)

SetAutoAccept provides a mock function with given fields: value

func (*ServiceInterface) SetLogging

func (_m *ServiceInterface) SetLogging(logger logging.LoggingInterface)

SetLogging provides a mock function with given fields: logger

func (*ServiceInterface) Setup

func (_m *ServiceInterface) Setup() error

Setup provides a mock function with given fields:

func (*ServiceInterface) Shutdown

func (_m *ServiceInterface) Shutdown()

Shutdown provides a mock function with given fields:

func (*ServiceInterface) Start

func (_m *ServiceInterface) Start()

Start provides a mock function with given fields:

func (*ServiceInterface) UnregisterRemoteSKI

func (_m *ServiceInterface) UnregisterRemoteSKI(ski string)

UnregisterRemoteSKI provides a mock function with given fields: ski

func (*ServiceInterface) UserIsAbleToApproveOrCancelPairingRequests

func (_m *ServiceInterface) UserIsAbleToApproveOrCancelPairingRequests(allow bool)

UserIsAbleToApproveOrCancelPairingRequests provides a mock function with given fields: allow

type ServiceInterface_CancelPairingWithSKI_Call

type ServiceInterface_CancelPairingWithSKI_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_CancelPairingWithSKI_Call) Return

func (*ServiceInterface_CancelPairingWithSKI_Call) Run

func (*ServiceInterface_CancelPairingWithSKI_Call) RunAndReturn

type ServiceInterface_Configuration_Call

type ServiceInterface_Configuration_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_Configuration_Call) Return

func (*ServiceInterface_Configuration_Call) Run

func (*ServiceInterface_Configuration_Call) RunAndReturn

type ServiceInterface_DisconnectSKI_Call

type ServiceInterface_DisconnectSKI_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_DisconnectSKI_Call) Return

func (*ServiceInterface_DisconnectSKI_Call) Run

func (*ServiceInterface_DisconnectSKI_Call) RunAndReturn

type ServiceInterface_Expecter

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

func (*ServiceInterface_Expecter) CancelPairingWithSKI

func (_e *ServiceInterface_Expecter) CancelPairingWithSKI(ski interface{}) *ServiceInterface_CancelPairingWithSKI_Call

CancelPairingWithSKI is a helper method to define mock.On call

  • ski string

func (*ServiceInterface_Expecter) Configuration

Configuration is a helper method to define mock.On call

func (*ServiceInterface_Expecter) DisconnectSKI

func (_e *ServiceInterface_Expecter) DisconnectSKI(ski interface{}, reason interface{}) *ServiceInterface_DisconnectSKI_Call

DisconnectSKI is a helper method to define mock.On call

  • ski string
  • reason string

func (*ServiceInterface_Expecter) LocalDevice

LocalDevice is a helper method to define mock.On call

func (*ServiceInterface_Expecter) LocalService

LocalService is a helper method to define mock.On call

func (*ServiceInterface_Expecter) PairingDetailForSki

func (_e *ServiceInterface_Expecter) PairingDetailForSki(ski interface{}) *ServiceInterface_PairingDetailForSki_Call

PairingDetailForSki is a helper method to define mock.On call

  • ski string

func (*ServiceInterface_Expecter) RegisterRemoteSKI

func (_e *ServiceInterface_Expecter) RegisterRemoteSKI(ski interface{}) *ServiceInterface_RegisterRemoteSKI_Call

RegisterRemoteSKI is a helper method to define mock.On call

  • ski string

func (*ServiceInterface_Expecter) RemoteServiceForSKI

func (_e *ServiceInterface_Expecter) RemoteServiceForSKI(ski interface{}) *ServiceInterface_RemoteServiceForSKI_Call

RemoteServiceForSKI is a helper method to define mock.On call

  • ski string

func (*ServiceInterface_Expecter) SetAutoAccept

func (_e *ServiceInterface_Expecter) SetAutoAccept(value interface{}) *ServiceInterface_SetAutoAccept_Call

SetAutoAccept is a helper method to define mock.On call

  • value bool

func (*ServiceInterface_Expecter) SetLogging

func (_e *ServiceInterface_Expecter) SetLogging(logger interface{}) *ServiceInterface_SetLogging_Call

SetLogging is a helper method to define mock.On call

  • logger logging.LoggingInterface

func (*ServiceInterface_Expecter) Setup

Setup is a helper method to define mock.On call

func (*ServiceInterface_Expecter) Shutdown

Shutdown is a helper method to define mock.On call

func (*ServiceInterface_Expecter) Start

Start is a helper method to define mock.On call

func (*ServiceInterface_Expecter) UnregisterRemoteSKI

func (_e *ServiceInterface_Expecter) UnregisterRemoteSKI(ski interface{}) *ServiceInterface_UnregisterRemoteSKI_Call

UnregisterRemoteSKI is a helper method to define mock.On call

  • ski string

func (*ServiceInterface_Expecter) UserIsAbleToApproveOrCancelPairingRequests

func (_e *ServiceInterface_Expecter) UserIsAbleToApproveOrCancelPairingRequests(allow interface{}) *ServiceInterface_UserIsAbleToApproveOrCancelPairingRequests_Call

UserIsAbleToApproveOrCancelPairingRequests is a helper method to define mock.On call

  • allow bool

type ServiceInterface_LocalDevice_Call

type ServiceInterface_LocalDevice_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_LocalDevice_Call) Return

func (*ServiceInterface_LocalDevice_Call) Run

func (*ServiceInterface_LocalDevice_Call) RunAndReturn

type ServiceInterface_LocalService_Call

type ServiceInterface_LocalService_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_LocalService_Call) Return

func (*ServiceInterface_LocalService_Call) Run

func (*ServiceInterface_LocalService_Call) RunAndReturn

type ServiceInterface_PairingDetailForSki_Call

type ServiceInterface_PairingDetailForSki_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_PairingDetailForSki_Call) Return

func (*ServiceInterface_PairingDetailForSki_Call) Run

func (*ServiceInterface_PairingDetailForSki_Call) RunAndReturn

type ServiceInterface_RegisterRemoteSKI_Call

type ServiceInterface_RegisterRemoteSKI_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_RegisterRemoteSKI_Call) Return

func (*ServiceInterface_RegisterRemoteSKI_Call) Run

func (*ServiceInterface_RegisterRemoteSKI_Call) RunAndReturn

type ServiceInterface_RemoteServiceForSKI_Call

type ServiceInterface_RemoteServiceForSKI_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_RemoteServiceForSKI_Call) Return

func (*ServiceInterface_RemoteServiceForSKI_Call) Run

func (*ServiceInterface_RemoteServiceForSKI_Call) RunAndReturn

type ServiceInterface_SetAutoAccept_Call

type ServiceInterface_SetAutoAccept_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_SetAutoAccept_Call) Return

func (*ServiceInterface_SetAutoAccept_Call) Run

func (*ServiceInterface_SetAutoAccept_Call) RunAndReturn

type ServiceInterface_SetLogging_Call

type ServiceInterface_SetLogging_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_SetLogging_Call) Return

func (*ServiceInterface_SetLogging_Call) Run

func (*ServiceInterface_SetLogging_Call) RunAndReturn

type ServiceInterface_Setup_Call

type ServiceInterface_Setup_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_Setup_Call) Return

func (*ServiceInterface_Setup_Call) Run

func (*ServiceInterface_Setup_Call) RunAndReturn

func (_c *ServiceInterface_Setup_Call) RunAndReturn(run func() error) *ServiceInterface_Setup_Call

type ServiceInterface_Shutdown_Call

type ServiceInterface_Shutdown_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_Shutdown_Call) Return

func (*ServiceInterface_Shutdown_Call) Run

func (*ServiceInterface_Shutdown_Call) RunAndReturn

func (_c *ServiceInterface_Shutdown_Call) RunAndReturn(run func()) *ServiceInterface_Shutdown_Call

type ServiceInterface_Start_Call

type ServiceInterface_Start_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_Start_Call) Return

func (*ServiceInterface_Start_Call) Run

func (*ServiceInterface_Start_Call) RunAndReturn

func (_c *ServiceInterface_Start_Call) RunAndReturn(run func()) *ServiceInterface_Start_Call

type ServiceInterface_UnregisterRemoteSKI_Call

type ServiceInterface_UnregisterRemoteSKI_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_UnregisterRemoteSKI_Call) Return

func (*ServiceInterface_UnregisterRemoteSKI_Call) Run

func (*ServiceInterface_UnregisterRemoteSKI_Call) RunAndReturn

type ServiceInterface_UserIsAbleToApproveOrCancelPairingRequests_Call

type ServiceInterface_UserIsAbleToApproveOrCancelPairingRequests_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_UserIsAbleToApproveOrCancelPairingRequests_Call) Return

func (*ServiceInterface_UserIsAbleToApproveOrCancelPairingRequests_Call) Run

func (*ServiceInterface_UserIsAbleToApproveOrCancelPairingRequests_Call) RunAndReturn

type ServiceReaderInterface

type ServiceReaderInterface struct {
	mock.Mock
}

ServiceReaderInterface is an autogenerated mock type for the ServiceReaderInterface type

func NewServiceReaderInterface

func NewServiceReaderInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ServiceReaderInterface

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

func (*ServiceReaderInterface) RemoteSKIConnected

func (_m *ServiceReaderInterface) RemoteSKIConnected(service api.ServiceInterface, ski string)

RemoteSKIConnected provides a mock function with given fields: service, ski

func (*ServiceReaderInterface) RemoteSKIDisconnected

func (_m *ServiceReaderInterface) RemoteSKIDisconnected(service api.ServiceInterface, ski string)

RemoteSKIDisconnected provides a mock function with given fields: service, ski

func (*ServiceReaderInterface) ServicePairingDetailUpdate

func (_m *ServiceReaderInterface) ServicePairingDetailUpdate(ski string, detail *ship_goapi.ConnectionStateDetail)

ServicePairingDetailUpdate provides a mock function with given fields: ski, detail

func (*ServiceReaderInterface) ServiceShipIDUpdate

func (_m *ServiceReaderInterface) ServiceShipIDUpdate(ski string, shipdID string)

ServiceShipIDUpdate provides a mock function with given fields: ski, shipdID

func (*ServiceReaderInterface) VisibleRemoteServicesUpdated

func (_m *ServiceReaderInterface) VisibleRemoteServicesUpdated(service api.ServiceInterface, entries []ship_goapi.RemoteService)

VisibleRemoteServicesUpdated provides a mock function with given fields: service, entries

type ServiceReaderInterface_Expecter

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

func (*ServiceReaderInterface_Expecter) RemoteSKIConnected

func (_e *ServiceReaderInterface_Expecter) RemoteSKIConnected(service interface{}, ski interface{}) *ServiceReaderInterface_RemoteSKIConnected_Call

RemoteSKIConnected is a helper method to define mock.On call

  • service api.ServiceInterface
  • ski string

func (*ServiceReaderInterface_Expecter) RemoteSKIDisconnected

func (_e *ServiceReaderInterface_Expecter) RemoteSKIDisconnected(service interface{}, ski interface{}) *ServiceReaderInterface_RemoteSKIDisconnected_Call

RemoteSKIDisconnected is a helper method to define mock.On call

  • service api.ServiceInterface
  • ski string

func (*ServiceReaderInterface_Expecter) ServicePairingDetailUpdate

func (_e *ServiceReaderInterface_Expecter) ServicePairingDetailUpdate(ski interface{}, detail interface{}) *ServiceReaderInterface_ServicePairingDetailUpdate_Call

ServicePairingDetailUpdate is a helper method to define mock.On call

  • ski string
  • detail *ship_goapi.ConnectionStateDetail

func (*ServiceReaderInterface_Expecter) ServiceShipIDUpdate

func (_e *ServiceReaderInterface_Expecter) ServiceShipIDUpdate(ski interface{}, shipdID interface{}) *ServiceReaderInterface_ServiceShipIDUpdate_Call

ServiceShipIDUpdate is a helper method to define mock.On call

  • ski string
  • shipdID string

func (*ServiceReaderInterface_Expecter) VisibleRemoteServicesUpdated

func (_e *ServiceReaderInterface_Expecter) VisibleRemoteServicesUpdated(service interface{}, entries interface{}) *ServiceReaderInterface_VisibleRemoteServicesUpdated_Call

VisibleRemoteServicesUpdated is a helper method to define mock.On call

  • service api.ServiceInterface
  • entries []ship_goapi.RemoteService

type ServiceReaderInterface_RemoteSKIConnected_Call

type ServiceReaderInterface_RemoteSKIConnected_Call struct {
	*mock.Call
}

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

func (*ServiceReaderInterface_RemoteSKIConnected_Call) Return

func (*ServiceReaderInterface_RemoteSKIConnected_Call) Run

func (*ServiceReaderInterface_RemoteSKIConnected_Call) RunAndReturn

type ServiceReaderInterface_RemoteSKIDisconnected_Call

type ServiceReaderInterface_RemoteSKIDisconnected_Call struct {
	*mock.Call
}

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

func (*ServiceReaderInterface_RemoteSKIDisconnected_Call) Return

func (*ServiceReaderInterface_RemoteSKIDisconnected_Call) Run

func (*ServiceReaderInterface_RemoteSKIDisconnected_Call) RunAndReturn

type ServiceReaderInterface_ServicePairingDetailUpdate_Call

type ServiceReaderInterface_ServicePairingDetailUpdate_Call struct {
	*mock.Call
}

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

func (*ServiceReaderInterface_ServicePairingDetailUpdate_Call) Return

func (*ServiceReaderInterface_ServicePairingDetailUpdate_Call) Run

func (*ServiceReaderInterface_ServicePairingDetailUpdate_Call) RunAndReturn

type ServiceReaderInterface_ServiceShipIDUpdate_Call

type ServiceReaderInterface_ServiceShipIDUpdate_Call struct {
	*mock.Call
}

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

func (*ServiceReaderInterface_ServiceShipIDUpdate_Call) Return

func (*ServiceReaderInterface_ServiceShipIDUpdate_Call) Run

func (*ServiceReaderInterface_ServiceShipIDUpdate_Call) RunAndReturn

type ServiceReaderInterface_VisibleRemoteServicesUpdated_Call

type ServiceReaderInterface_VisibleRemoteServicesUpdated_Call struct {
	*mock.Call
}

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

func (*ServiceReaderInterface_VisibleRemoteServicesUpdated_Call) Return

func (*ServiceReaderInterface_VisibleRemoteServicesUpdated_Call) Run

func (*ServiceReaderInterface_VisibleRemoteServicesUpdated_Call) RunAndReturn

Jump to

Keyboard shortcuts

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