mocks

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeviceClassificationClientInterface added in v0.6.0

type DeviceClassificationClientInterface struct {
	mock.Mock
}

DeviceClassificationClientInterface is an autogenerated mock type for the DeviceClassificationClientInterface type

func NewDeviceClassificationClientInterface added in v0.6.0

func NewDeviceClassificationClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceClassificationClientInterface

NewDeviceClassificationClientInterface creates a new instance of DeviceClassificationClientInterface. 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 (*DeviceClassificationClientInterface) EXPECT added in v0.6.0

func (*DeviceClassificationClientInterface) RequestManufacturerDetails added in v0.6.0

func (_m *DeviceClassificationClientInterface) RequestManufacturerDetails() (*model.MsgCounterType, error)

RequestManufacturerDetails provides a mock function with given fields:

type DeviceClassificationClientInterface_Expecter added in v0.6.0

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

func (*DeviceClassificationClientInterface_Expecter) RequestManufacturerDetails added in v0.6.0

RequestManufacturerDetails is a helper method to define mock.On call

type DeviceClassificationClientInterface_RequestManufacturerDetails_Call added in v0.6.0

type DeviceClassificationClientInterface_RequestManufacturerDetails_Call struct {
	*mock.Call
}

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

func (*DeviceClassificationClientInterface_RequestManufacturerDetails_Call) Return added in v0.6.0

func (*DeviceClassificationClientInterface_RequestManufacturerDetails_Call) Run added in v0.6.0

func (*DeviceClassificationClientInterface_RequestManufacturerDetails_Call) RunAndReturn added in v0.6.0

type DeviceClassificationCommonInterface added in v0.6.0

type DeviceClassificationCommonInterface struct {
	mock.Mock
}

DeviceClassificationCommonInterface is an autogenerated mock type for the DeviceClassificationCommonInterface type

func NewDeviceClassificationCommonInterface added in v0.6.0

func NewDeviceClassificationCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceClassificationCommonInterface

NewDeviceClassificationCommonInterface creates a new instance of DeviceClassificationCommonInterface. 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 (*DeviceClassificationCommonInterface) EXPECT added in v0.6.0

func (*DeviceClassificationCommonInterface) GetManufacturerDetails added in v0.6.0

GetManufacturerDetails provides a mock function with given fields:

type DeviceClassificationCommonInterface_Expecter added in v0.6.0

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

func (*DeviceClassificationCommonInterface_Expecter) GetManufacturerDetails added in v0.6.0

GetManufacturerDetails is a helper method to define mock.On call

type DeviceClassificationCommonInterface_GetManufacturerDetails_Call added in v0.6.0

type DeviceClassificationCommonInterface_GetManufacturerDetails_Call struct {
	*mock.Call
}

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

func (*DeviceClassificationCommonInterface_GetManufacturerDetails_Call) Return added in v0.6.0

func (*DeviceClassificationCommonInterface_GetManufacturerDetails_Call) Run added in v0.6.0

func (*DeviceClassificationCommonInterface_GetManufacturerDetails_Call) RunAndReturn added in v0.6.0

type DeviceClassificationServerInterface added in v0.6.0

type DeviceClassificationServerInterface struct {
	mock.Mock
}

DeviceClassificationServerInterface is an autogenerated mock type for the DeviceClassificationServerInterface type

func NewDeviceClassificationServerInterface added in v0.6.0

func NewDeviceClassificationServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceClassificationServerInterface

NewDeviceClassificationServerInterface creates a new instance of DeviceClassificationServerInterface. 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 (*DeviceClassificationServerInterface) EXPECT added in v0.6.0

type DeviceClassificationServerInterface_Expecter added in v0.6.0

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

type DeviceConfigurationClientInterface added in v0.6.0

type DeviceConfigurationClientInterface struct {
	mock.Mock
}

DeviceConfigurationClientInterface is an autogenerated mock type for the DeviceConfigurationClientInterface type

func NewDeviceConfigurationClientInterface added in v0.6.0

func NewDeviceConfigurationClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceConfigurationClientInterface

NewDeviceConfigurationClientInterface creates a new instance of DeviceConfigurationClientInterface. 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 (*DeviceConfigurationClientInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *DeviceConfigurationClientInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*DeviceConfigurationClientInterface) EXPECT added in v0.6.0

func (*DeviceConfigurationClientInterface) GetKeyValueDataForFilter added in v0.6.0

GetKeyValueDataForFilter provides a mock function with given fields: filter

func (*DeviceConfigurationClientInterface) GetKeyValueDataForKeyId added in v0.6.0

GetKeyValueDataForKeyId provides a mock function with given fields: keyId

func (*DeviceConfigurationClientInterface) GetKeyValueDescriptionFoKeyId added in v0.6.0

GetKeyValueDescriptionFoKeyId provides a mock function with given fields: keyId

func (*DeviceConfigurationClientInterface) GetKeyValueDescriptionsForFilter added in v0.6.0

GetKeyValueDescriptionsForFilter provides a mock function with given fields: filter

func (*DeviceConfigurationClientInterface) RequestKeyValueDescriptions added in v0.6.0

RequestKeyValueDescriptions provides a mock function with given fields: selector, elements

func (*DeviceConfigurationClientInterface) RequestKeyValues added in v0.6.0

RequestKeyValues provides a mock function with given fields: selector, elements

func (*DeviceConfigurationClientInterface) WriteKeyValues added in v0.6.0

WriteKeyValues provides a mock function with given fields: data

type DeviceConfigurationClientInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type DeviceConfigurationClientInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*DeviceConfigurationClientInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*DeviceConfigurationClientInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type DeviceConfigurationClientInterface_Expecter added in v0.6.0

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

func (*DeviceConfigurationClientInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *DeviceConfigurationClientInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *DeviceConfigurationClientInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*DeviceConfigurationClientInterface_Expecter) GetKeyValueDataForFilter added in v0.6.0

GetKeyValueDataForFilter is a helper method to define mock.On call

  • filter model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationClientInterface_Expecter) GetKeyValueDataForKeyId added in v0.6.0

GetKeyValueDataForKeyId is a helper method to define mock.On call

  • keyId model.DeviceConfigurationKeyIdType

func (*DeviceConfigurationClientInterface_Expecter) GetKeyValueDescriptionFoKeyId added in v0.6.0

GetKeyValueDescriptionFoKeyId is a helper method to define mock.On call

  • keyId model.DeviceConfigurationKeyIdType

func (*DeviceConfigurationClientInterface_Expecter) GetKeyValueDescriptionsForFilter added in v0.6.0

GetKeyValueDescriptionsForFilter is a helper method to define mock.On call

  • filter model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationClientInterface_Expecter) RequestKeyValueDescriptions added in v0.6.0

func (_e *DeviceConfigurationClientInterface_Expecter) RequestKeyValueDescriptions(selector interface{}, elements interface{}) *DeviceConfigurationClientInterface_RequestKeyValueDescriptions_Call

RequestKeyValueDescriptions is a helper method to define mock.On call

  • selector *model.DeviceConfigurationKeyValueDescriptionListDataSelectorsType
  • elements *model.DeviceConfigurationKeyValueDescriptionDataElementsType

func (*DeviceConfigurationClientInterface_Expecter) RequestKeyValues added in v0.6.0

func (_e *DeviceConfigurationClientInterface_Expecter) RequestKeyValues(selector interface{}, elements interface{}) *DeviceConfigurationClientInterface_RequestKeyValues_Call

RequestKeyValues is a helper method to define mock.On call

  • selector *model.DeviceConfigurationKeyValueListDataSelectorsType
  • elements *model.DeviceConfigurationKeyValueDataElementsType

func (*DeviceConfigurationClientInterface_Expecter) WriteKeyValues added in v0.6.0

WriteKeyValues is a helper method to define mock.On call

  • data []model.DeviceConfigurationKeyValueDataType

type DeviceConfigurationClientInterface_GetKeyValueDataForFilter_Call added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_GetKeyValueDataForFilter_Call) Return added in v0.6.0

func (*DeviceConfigurationClientInterface_GetKeyValueDataForFilter_Call) Run added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDataForKeyId_Call added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDataForKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_GetKeyValueDataForKeyId_Call) Return added in v0.6.0

func (*DeviceConfigurationClientInterface_GetKeyValueDataForKeyId_Call) Run added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDescriptionFoKeyId_Call added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDescriptionFoKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_GetKeyValueDescriptionFoKeyId_Call) Run added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDescriptionsForFilter_Call added in v0.6.0

type DeviceConfigurationClientInterface_GetKeyValueDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_GetKeyValueDescriptionsForFilter_Call) Run added in v0.6.0

type DeviceConfigurationClientInterface_RequestKeyValueDescriptions_Call added in v0.6.0

type DeviceConfigurationClientInterface_RequestKeyValueDescriptions_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_RequestKeyValueDescriptions_Call) Return added in v0.6.0

type DeviceConfigurationClientInterface_RequestKeyValues_Call added in v0.6.0

type DeviceConfigurationClientInterface_RequestKeyValues_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_RequestKeyValues_Call) Return added in v0.6.0

type DeviceConfigurationClientInterface_WriteKeyValues_Call added in v0.6.0

type DeviceConfigurationClientInterface_WriteKeyValues_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationClientInterface_WriteKeyValues_Call) Return added in v0.6.0

func (*DeviceConfigurationClientInterface_WriteKeyValues_Call) Run added in v0.6.0

func (*DeviceConfigurationClientInterface_WriteKeyValues_Call) RunAndReturn added in v0.6.0

type DeviceConfigurationCommonInterface added in v0.6.0

type DeviceConfigurationCommonInterface struct {
	mock.Mock
}

DeviceConfigurationCommonInterface is an autogenerated mock type for the DeviceConfigurationCommonInterface type

func NewDeviceConfigurationCommonInterface added in v0.6.0

func NewDeviceConfigurationCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceConfigurationCommonInterface

NewDeviceConfigurationCommonInterface creates a new instance of DeviceConfigurationCommonInterface. 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 (*DeviceConfigurationCommonInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *DeviceConfigurationCommonInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*DeviceConfigurationCommonInterface) EXPECT added in v0.6.0

func (*DeviceConfigurationCommonInterface) GetKeyValueDataForFilter added in v0.6.0

GetKeyValueDataForFilter provides a mock function with given fields: filter

func (*DeviceConfigurationCommonInterface) GetKeyValueDataForKeyId added in v0.6.0

GetKeyValueDataForKeyId provides a mock function with given fields: keyId

func (*DeviceConfigurationCommonInterface) GetKeyValueDescriptionFoKeyId added in v0.6.0

GetKeyValueDescriptionFoKeyId provides a mock function with given fields: keyId

func (*DeviceConfigurationCommonInterface) GetKeyValueDescriptionsForFilter added in v0.6.0

GetKeyValueDescriptionsForFilter provides a mock function with given fields: filter

type DeviceConfigurationCommonInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type DeviceConfigurationCommonInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationCommonInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*DeviceConfigurationCommonInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*DeviceConfigurationCommonInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type DeviceConfigurationCommonInterface_Expecter added in v0.6.0

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

func (*DeviceConfigurationCommonInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *DeviceConfigurationCommonInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *DeviceConfigurationCommonInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*DeviceConfigurationCommonInterface_Expecter) GetKeyValueDataForFilter added in v0.6.0

GetKeyValueDataForFilter is a helper method to define mock.On call

  • filter model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationCommonInterface_Expecter) GetKeyValueDataForKeyId added in v0.6.0

GetKeyValueDataForKeyId is a helper method to define mock.On call

  • keyId model.DeviceConfigurationKeyIdType

func (*DeviceConfigurationCommonInterface_Expecter) GetKeyValueDescriptionFoKeyId added in v0.6.0

GetKeyValueDescriptionFoKeyId is a helper method to define mock.On call

  • keyId model.DeviceConfigurationKeyIdType

func (*DeviceConfigurationCommonInterface_Expecter) GetKeyValueDescriptionsForFilter added in v0.6.0

GetKeyValueDescriptionsForFilter is a helper method to define mock.On call

  • filter model.DeviceConfigurationKeyValueDescriptionDataType

type DeviceConfigurationCommonInterface_GetKeyValueDataForFilter_Call added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationCommonInterface_GetKeyValueDataForFilter_Call) Return added in v0.6.0

func (*DeviceConfigurationCommonInterface_GetKeyValueDataForFilter_Call) Run added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDataForKeyId_Call added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDataForKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationCommonInterface_GetKeyValueDataForKeyId_Call) Return added in v0.6.0

func (*DeviceConfigurationCommonInterface_GetKeyValueDataForKeyId_Call) Run added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDescriptionFoKeyId_Call added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDescriptionFoKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationCommonInterface_GetKeyValueDescriptionFoKeyId_Call) Run added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDescriptionsForFilter_Call added in v0.6.0

type DeviceConfigurationCommonInterface_GetKeyValueDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationCommonInterface_GetKeyValueDescriptionsForFilter_Call) Run added in v0.6.0

type DeviceConfigurationServerInterface added in v0.6.0

type DeviceConfigurationServerInterface struct {
	mock.Mock
}

DeviceConfigurationServerInterface is an autogenerated mock type for the DeviceConfigurationServerInterface type

func NewDeviceConfigurationServerInterface added in v0.6.0

func NewDeviceConfigurationServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceConfigurationServerInterface

NewDeviceConfigurationServerInterface creates a new instance of DeviceConfigurationServerInterface. 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 (*DeviceConfigurationServerInterface) AddKeyValueDescription added in v0.6.0

AddKeyValueDescription provides a mock function with given fields: description

func (*DeviceConfigurationServerInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *DeviceConfigurationServerInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*DeviceConfigurationServerInterface) EXPECT added in v0.6.0

func (*DeviceConfigurationServerInterface) GetKeyValueDataForFilter added in v0.6.0

GetKeyValueDataForFilter provides a mock function with given fields: filter

func (*DeviceConfigurationServerInterface) GetKeyValueDataForKeyId added in v0.6.0

GetKeyValueDataForKeyId provides a mock function with given fields: keyId

func (*DeviceConfigurationServerInterface) GetKeyValueDescriptionFoKeyId added in v0.6.0

GetKeyValueDescriptionFoKeyId provides a mock function with given fields: keyId

func (*DeviceConfigurationServerInterface) GetKeyValueDescriptionsForFilter added in v0.6.0

GetKeyValueDescriptionsForFilter provides a mock function with given fields: filter

func (*DeviceConfigurationServerInterface) UpdateKeyValueDataForFilter added in v0.6.0

UpdateKeyValueDataForFilter provides a mock function with given fields: data, deleteElements, filter

func (*DeviceConfigurationServerInterface) UpdateKeyValueDataForKeyId added in v0.6.0

UpdateKeyValueDataForKeyId provides a mock function with given fields: data, deleteElements, keyId

type DeviceConfigurationServerInterface_AddKeyValueDescription_Call added in v0.6.0

type DeviceConfigurationServerInterface_AddKeyValueDescription_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_AddKeyValueDescription_Call) Return added in v0.6.0

func (*DeviceConfigurationServerInterface_AddKeyValueDescription_Call) Run added in v0.6.0

type DeviceConfigurationServerInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type DeviceConfigurationServerInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*DeviceConfigurationServerInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*DeviceConfigurationServerInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type DeviceConfigurationServerInterface_Expecter added in v0.6.0

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

func (*DeviceConfigurationServerInterface_Expecter) AddKeyValueDescription added in v0.6.0

AddKeyValueDescription is a helper method to define mock.On call

  • description model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationServerInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *DeviceConfigurationServerInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *DeviceConfigurationServerInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*DeviceConfigurationServerInterface_Expecter) GetKeyValueDataForFilter added in v0.6.0

GetKeyValueDataForFilter is a helper method to define mock.On call

  • filter model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationServerInterface_Expecter) GetKeyValueDataForKeyId added in v0.6.0

GetKeyValueDataForKeyId is a helper method to define mock.On call

  • keyId model.DeviceConfigurationKeyIdType

func (*DeviceConfigurationServerInterface_Expecter) GetKeyValueDescriptionFoKeyId added in v0.6.0

GetKeyValueDescriptionFoKeyId is a helper method to define mock.On call

  • keyId model.DeviceConfigurationKeyIdType

func (*DeviceConfigurationServerInterface_Expecter) GetKeyValueDescriptionsForFilter added in v0.6.0

GetKeyValueDescriptionsForFilter is a helper method to define mock.On call

  • filter model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationServerInterface_Expecter) UpdateKeyValueDataForFilter added in v0.6.0

func (_e *DeviceConfigurationServerInterface_Expecter) UpdateKeyValueDataForFilter(data interface{}, deleteElements interface{}, filter interface{}) *DeviceConfigurationServerInterface_UpdateKeyValueDataForFilter_Call

UpdateKeyValueDataForFilter is a helper method to define mock.On call

  • data model.DeviceConfigurationKeyValueDataType
  • deleteElements *model.DeviceConfigurationKeyValueDataElementsType
  • filter model.DeviceConfigurationKeyValueDescriptionDataType

func (*DeviceConfigurationServerInterface_Expecter) UpdateKeyValueDataForKeyId added in v0.6.0

func (_e *DeviceConfigurationServerInterface_Expecter) UpdateKeyValueDataForKeyId(data interface{}, deleteElements interface{}, keyId interface{}) *DeviceConfigurationServerInterface_UpdateKeyValueDataForKeyId_Call

UpdateKeyValueDataForKeyId is a helper method to define mock.On call

  • data model.DeviceConfigurationKeyValueDataType
  • deleteElements *model.DeviceConfigurationKeyValueDataElementsType
  • keyId model.DeviceConfigurationKeyIdType

type DeviceConfigurationServerInterface_GetKeyValueDataForFilter_Call added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_GetKeyValueDataForFilter_Call) Return added in v0.6.0

func (*DeviceConfigurationServerInterface_GetKeyValueDataForFilter_Call) Run added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDataForKeyId_Call added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDataForKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_GetKeyValueDataForKeyId_Call) Return added in v0.6.0

func (*DeviceConfigurationServerInterface_GetKeyValueDataForKeyId_Call) Run added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDescriptionFoKeyId_Call added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDescriptionFoKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_GetKeyValueDescriptionFoKeyId_Call) Run added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDescriptionsForFilter_Call added in v0.6.0

type DeviceConfigurationServerInterface_GetKeyValueDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_GetKeyValueDescriptionsForFilter_Call) Run added in v0.6.0

type DeviceConfigurationServerInterface_UpdateKeyValueDataForFilter_Call added in v0.6.0

type DeviceConfigurationServerInterface_UpdateKeyValueDataForFilter_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_UpdateKeyValueDataForFilter_Call) Return added in v0.6.0

type DeviceConfigurationServerInterface_UpdateKeyValueDataForKeyId_Call added in v0.6.0

type DeviceConfigurationServerInterface_UpdateKeyValueDataForKeyId_Call struct {
	*mock.Call
}

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

func (*DeviceConfigurationServerInterface_UpdateKeyValueDataForKeyId_Call) Return added in v0.6.0

type DeviceDiagnosisClientInterface added in v0.6.0

type DeviceDiagnosisClientInterface struct {
	mock.Mock
}

DeviceDiagnosisClientInterface is an autogenerated mock type for the DeviceDiagnosisClientInterface type

func NewDeviceDiagnosisClientInterface added in v0.6.0

func NewDeviceDiagnosisClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceDiagnosisClientInterface

NewDeviceDiagnosisClientInterface creates a new instance of DeviceDiagnosisClientInterface. 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 (*DeviceDiagnosisClientInterface) EXPECT added in v0.6.0

func (*DeviceDiagnosisClientInterface) RequestHeartbeat added in v0.6.0

func (_m *DeviceDiagnosisClientInterface) RequestHeartbeat() (*model.MsgCounterType, error)

RequestHeartbeat provides a mock function with given fields:

func (*DeviceDiagnosisClientInterface) RequestState added in v0.6.0

RequestState provides a mock function with given fields:

type DeviceDiagnosisClientInterface_Expecter added in v0.6.0

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

func (*DeviceDiagnosisClientInterface_Expecter) RequestHeartbeat added in v0.6.0

RequestHeartbeat is a helper method to define mock.On call

func (*DeviceDiagnosisClientInterface_Expecter) RequestState added in v0.6.0

RequestState is a helper method to define mock.On call

type DeviceDiagnosisClientInterface_RequestHeartbeat_Call added in v0.6.0

type DeviceDiagnosisClientInterface_RequestHeartbeat_Call struct {
	*mock.Call
}

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

func (*DeviceDiagnosisClientInterface_RequestHeartbeat_Call) Return added in v0.6.0

func (*DeviceDiagnosisClientInterface_RequestHeartbeat_Call) Run added in v0.6.0

func (*DeviceDiagnosisClientInterface_RequestHeartbeat_Call) RunAndReturn added in v0.6.0

type DeviceDiagnosisClientInterface_RequestState_Call added in v0.6.0

type DeviceDiagnosisClientInterface_RequestState_Call struct {
	*mock.Call
}

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

func (*DeviceDiagnosisClientInterface_RequestState_Call) Return added in v0.6.0

func (*DeviceDiagnosisClientInterface_RequestState_Call) Run added in v0.6.0

func (*DeviceDiagnosisClientInterface_RequestState_Call) RunAndReturn added in v0.6.0

type DeviceDiagnosisCommonInterface added in v0.6.0

type DeviceDiagnosisCommonInterface struct {
	mock.Mock
}

DeviceDiagnosisCommonInterface is an autogenerated mock type for the DeviceDiagnosisCommonInterface type

func NewDeviceDiagnosisCommonInterface added in v0.6.0

func NewDeviceDiagnosisCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceDiagnosisCommonInterface

NewDeviceDiagnosisCommonInterface creates a new instance of DeviceDiagnosisCommonInterface. 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 (*DeviceDiagnosisCommonInterface) EXPECT added in v0.6.0

func (*DeviceDiagnosisCommonInterface) GetState added in v0.6.0

GetState provides a mock function with given fields:

func (*DeviceDiagnosisCommonInterface) IsHeartbeatWithinDuration added in v0.6.0

func (_m *DeviceDiagnosisCommonInterface) IsHeartbeatWithinDuration(duration time.Duration) bool

IsHeartbeatWithinDuration provides a mock function with given fields: duration

type DeviceDiagnosisCommonInterface_Expecter added in v0.6.0

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

func (*DeviceDiagnosisCommonInterface_Expecter) GetState added in v0.6.0

GetState is a helper method to define mock.On call

func (*DeviceDiagnosisCommonInterface_Expecter) IsHeartbeatWithinDuration added in v0.6.0

IsHeartbeatWithinDuration is a helper method to define mock.On call

  • duration time.Duration

type DeviceDiagnosisCommonInterface_GetState_Call added in v0.6.0

type DeviceDiagnosisCommonInterface_GetState_Call struct {
	*mock.Call
}

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

func (*DeviceDiagnosisCommonInterface_GetState_Call) Return added in v0.6.0

func (*DeviceDiagnosisCommonInterface_GetState_Call) Run added in v0.6.0

func (*DeviceDiagnosisCommonInterface_GetState_Call) RunAndReturn added in v0.6.0

type DeviceDiagnosisCommonInterface_IsHeartbeatWithinDuration_Call added in v0.6.0

type DeviceDiagnosisCommonInterface_IsHeartbeatWithinDuration_Call struct {
	*mock.Call
}

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

func (*DeviceDiagnosisCommonInterface_IsHeartbeatWithinDuration_Call) Return added in v0.6.0

func (*DeviceDiagnosisCommonInterface_IsHeartbeatWithinDuration_Call) Run added in v0.6.0

func (*DeviceDiagnosisCommonInterface_IsHeartbeatWithinDuration_Call) RunAndReturn added in v0.6.0

type DeviceDiagnosisServerInterface added in v0.6.0

type DeviceDiagnosisServerInterface struct {
	mock.Mock
}

DeviceDiagnosisServerInterface is an autogenerated mock type for the DeviceDiagnosisServerInterface type

func NewDeviceDiagnosisServerInterface added in v0.6.0

func NewDeviceDiagnosisServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceDiagnosisServerInterface

NewDeviceDiagnosisServerInterface creates a new instance of DeviceDiagnosisServerInterface. 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 (*DeviceDiagnosisServerInterface) EXPECT added in v0.6.0

func (*DeviceDiagnosisServerInterface) SetLocalState added in v0.6.0

func (_m *DeviceDiagnosisServerInterface) SetLocalState(operatingState *model.DeviceDiagnosisStateDataType)

SetLocalState provides a mock function with given fields: operatingState

type DeviceDiagnosisServerInterface_Expecter added in v0.6.0

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

func (*DeviceDiagnosisServerInterface_Expecter) SetLocalState added in v0.6.0

SetLocalState is a helper method to define mock.On call

  • operatingState *model.DeviceDiagnosisStateDataType

type DeviceDiagnosisServerInterface_SetLocalState_Call added in v0.6.0

type DeviceDiagnosisServerInterface_SetLocalState_Call struct {
	*mock.Call
}

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

func (*DeviceDiagnosisServerInterface_SetLocalState_Call) Return added in v0.6.0

func (*DeviceDiagnosisServerInterface_SetLocalState_Call) Run added in v0.6.0

func (*DeviceDiagnosisServerInterface_SetLocalState_Call) RunAndReturn added in v0.6.0

type ElectricalConnectionClientInterface added in v0.6.0

type ElectricalConnectionClientInterface struct {
	mock.Mock
}

ElectricalConnectionClientInterface is an autogenerated mock type for the ElectricalConnectionClientInterface type

func NewElectricalConnectionClientInterface added in v0.6.0

func NewElectricalConnectionClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ElectricalConnectionClientInterface

NewElectricalConnectionClientInterface creates a new instance of ElectricalConnectionClientInterface. 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 (*ElectricalConnectionClientInterface) EXPECT added in v0.6.0

func (*ElectricalConnectionClientInterface) RequestCharacteristics added in v0.6.0

RequestCharacteristics provides a mock function with given fields: selector, elements

func (*ElectricalConnectionClientInterface) RequestDescriptions added in v0.6.0

RequestDescriptions provides a mock function with given fields: selector, elements

func (*ElectricalConnectionClientInterface) RequestParameterDescriptions added in v0.6.0

RequestParameterDescriptions provides a mock function with given fields: selector, elements

func (*ElectricalConnectionClientInterface) RequestPermittedValueSets added in v0.6.0

RequestPermittedValueSets provides a mock function with given fields: selector, elements

type ElectricalConnectionClientInterface_Expecter added in v0.6.0

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

func (*ElectricalConnectionClientInterface_Expecter) RequestCharacteristics added in v0.6.0

func (_e *ElectricalConnectionClientInterface_Expecter) RequestCharacteristics(selector interface{}, elements interface{}) *ElectricalConnectionClientInterface_RequestCharacteristics_Call

RequestCharacteristics is a helper method to define mock.On call

  • selector *model.ElectricalConnectionCharacteristicListDataSelectorsType
  • elements *model.ElectricalConnectionCharacteristicDataElementsType

func (*ElectricalConnectionClientInterface_Expecter) RequestDescriptions added in v0.6.0

func (_e *ElectricalConnectionClientInterface_Expecter) RequestDescriptions(selector interface{}, elements interface{}) *ElectricalConnectionClientInterface_RequestDescriptions_Call

RequestDescriptions is a helper method to define mock.On call

  • selector *model.ElectricalConnectionDescriptionListDataSelectorsType
  • elements *model.ElectricalConnectionDescriptionDataElementsType

func (*ElectricalConnectionClientInterface_Expecter) RequestParameterDescriptions added in v0.6.0

func (_e *ElectricalConnectionClientInterface_Expecter) RequestParameterDescriptions(selector interface{}, elements interface{}) *ElectricalConnectionClientInterface_RequestParameterDescriptions_Call

RequestParameterDescriptions is a helper method to define mock.On call

  • selector *model.ElectricalConnectionParameterDescriptionListDataSelectorsType
  • elements *model.ElectricalConnectionParameterDescriptionDataElementsType

func (*ElectricalConnectionClientInterface_Expecter) RequestPermittedValueSets added in v0.6.0

func (_e *ElectricalConnectionClientInterface_Expecter) RequestPermittedValueSets(selector interface{}, elements interface{}) *ElectricalConnectionClientInterface_RequestPermittedValueSets_Call

RequestPermittedValueSets is a helper method to define mock.On call

  • selector *model.ElectricalConnectionPermittedValueSetListDataSelectorsType
  • elements *model.ElectricalConnectionPermittedValueSetDataElementsType

type ElectricalConnectionClientInterface_RequestCharacteristics_Call added in v0.6.0

type ElectricalConnectionClientInterface_RequestCharacteristics_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionClientInterface_RequestCharacteristics_Call) Return added in v0.6.0

type ElectricalConnectionClientInterface_RequestDescriptions_Call added in v0.6.0

type ElectricalConnectionClientInterface_RequestDescriptions_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionClientInterface_RequestDescriptions_Call) Return added in v0.6.0

type ElectricalConnectionClientInterface_RequestParameterDescriptions_Call added in v0.6.0

type ElectricalConnectionClientInterface_RequestParameterDescriptions_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionClientInterface_RequestParameterDescriptions_Call) Return added in v0.6.0

type ElectricalConnectionClientInterface_RequestPermittedValueSets_Call added in v0.6.0

type ElectricalConnectionClientInterface_RequestPermittedValueSets_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionClientInterface_RequestPermittedValueSets_Call) Return added in v0.6.0

type ElectricalConnectionCommonInterface added in v0.6.0

type ElectricalConnectionCommonInterface struct {
	mock.Mock
}

ElectricalConnectionCommonInterface is an autogenerated mock type for the ElectricalConnectionCommonInterface type

func NewElectricalConnectionCommonInterface added in v0.6.0

func NewElectricalConnectionCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ElectricalConnectionCommonInterface

NewElectricalConnectionCommonInterface creates a new instance of ElectricalConnectionCommonInterface. 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 (*ElectricalConnectionCommonInterface) AdjustValueToBeWithinPermittedValuesForParameterId added in v0.6.0

func (_m *ElectricalConnectionCommonInterface) AdjustValueToBeWithinPermittedValuesForParameterId(value float64, parameterId model.ElectricalConnectionParameterIdType) float64

AdjustValueToBeWithinPermittedValuesForParameterId provides a mock function with given fields: value, parameterId

func (*ElectricalConnectionCommonInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *ElectricalConnectionCommonInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*ElectricalConnectionCommonInterface) EXPECT added in v0.6.0

func (*ElectricalConnectionCommonInterface) GetCharacteristicsForFilter added in v0.6.0

GetCharacteristicsForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionCommonInterface) GetDescriptionForParameterDescriptionFilter added in v0.6.0

GetDescriptionForParameterDescriptionFilter provides a mock function with given fields: filter

func (*ElectricalConnectionCommonInterface) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionCommonInterface) GetParameterDescriptionsForFilter added in v0.6.0

GetParameterDescriptionsForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionCommonInterface) GetPermittedValueDataForFilter added in v0.6.0

GetPermittedValueDataForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionCommonInterface) GetPermittedValueSetForFilter added in v0.6.0

GetPermittedValueSetForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionCommonInterface) GetPhaseCurrentLimits added in v0.6.0

func (_m *ElectricalConnectionCommonInterface) GetPhaseCurrentLimits(measDesc []model.MeasurementDescriptionDataType) ([]float64, []float64, []float64, error)

GetPhaseCurrentLimits provides a mock function with given fields: measDesc

type ElectricalConnectionCommonInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call added in v0.6.0

type ElectricalConnectionCommonInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call) Return added in v0.6.0

func (*ElectricalConnectionCommonInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call) Run added in v0.6.0

type ElectricalConnectionCommonInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionCommonInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*ElectricalConnectionCommonInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type ElectricalConnectionCommonInterface_Expecter added in v0.6.0

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

func (*ElectricalConnectionCommonInterface_Expecter) AdjustValueToBeWithinPermittedValuesForParameterId added in v0.6.0

func (_e *ElectricalConnectionCommonInterface_Expecter) AdjustValueToBeWithinPermittedValuesForParameterId(value interface{}, parameterId interface{}) *ElectricalConnectionCommonInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call

AdjustValueToBeWithinPermittedValuesForParameterId is a helper method to define mock.On call

  • value float64
  • parameterId model.ElectricalConnectionParameterIdType

func (*ElectricalConnectionCommonInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *ElectricalConnectionCommonInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *ElectricalConnectionCommonInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*ElectricalConnectionCommonInterface_Expecter) GetCharacteristicsForFilter added in v0.6.0

GetCharacteristicsForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionCharacteristicDataType

func (*ElectricalConnectionCommonInterface_Expecter) GetDescriptionForParameterDescriptionFilter added in v0.6.0

GetDescriptionForParameterDescriptionFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionParameterDescriptionDataType

func (*ElectricalConnectionCommonInterface_Expecter) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionDescriptionDataType

func (*ElectricalConnectionCommonInterface_Expecter) GetParameterDescriptionsForFilter added in v0.6.0

GetParameterDescriptionsForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionParameterDescriptionDataType

func (*ElectricalConnectionCommonInterface_Expecter) GetPermittedValueDataForFilter added in v0.6.0

GetPermittedValueDataForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionPermittedValueSetDataType

func (*ElectricalConnectionCommonInterface_Expecter) GetPermittedValueSetForFilter added in v0.6.0

GetPermittedValueSetForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionPermittedValueSetDataType

func (*ElectricalConnectionCommonInterface_Expecter) GetPhaseCurrentLimits added in v0.6.0

GetPhaseCurrentLimits is a helper method to define mock.On call

  • measDesc []model.MeasurementDescriptionDataType

type ElectricalConnectionCommonInterface_GetCharacteristicsForFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetCharacteristicsForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_GetCharacteristicsForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionCommonInterface_GetCharacteristicsForFilter_Call) Run added in v0.6.0

type ElectricalConnectionCommonInterface_GetDescriptionForParameterDescriptionFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetDescriptionForParameterDescriptionFilter_Call struct {
	*mock.Call
}

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

type ElectricalConnectionCommonInterface_GetDescriptionsForFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_GetDescriptionsForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionCommonInterface_GetDescriptionsForFilter_Call) Run added in v0.6.0

type ElectricalConnectionCommonInterface_GetParameterDescriptionsForFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetParameterDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_GetParameterDescriptionsForFilter_Call) Run added in v0.6.0

type ElectricalConnectionCommonInterface_GetPermittedValueDataForFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetPermittedValueDataForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_GetPermittedValueDataForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionCommonInterface_GetPermittedValueDataForFilter_Call) Run added in v0.6.0

type ElectricalConnectionCommonInterface_GetPermittedValueSetForFilter_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetPermittedValueSetForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_GetPermittedValueSetForFilter_Call) Run added in v0.6.0

type ElectricalConnectionCommonInterface_GetPhaseCurrentLimits_Call added in v0.6.0

type ElectricalConnectionCommonInterface_GetPhaseCurrentLimits_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionCommonInterface_GetPhaseCurrentLimits_Call) Return added in v0.6.0

func (*ElectricalConnectionCommonInterface_GetPhaseCurrentLimits_Call) Run added in v0.6.0

func (*ElectricalConnectionCommonInterface_GetPhaseCurrentLimits_Call) RunAndReturn added in v0.6.0

type ElectricalConnectionServerInterface added in v0.6.0

type ElectricalConnectionServerInterface struct {
	mock.Mock
}

ElectricalConnectionServerInterface is an autogenerated mock type for the ElectricalConnectionServerInterface type

func NewElectricalConnectionServerInterface added in v0.6.0

func NewElectricalConnectionServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ElectricalConnectionServerInterface

NewElectricalConnectionServerInterface creates a new instance of ElectricalConnectionServerInterface. 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 (*ElectricalConnectionServerInterface) AddCharacteristic added in v0.6.0

AddCharacteristic provides a mock function with given fields: data

func (*ElectricalConnectionServerInterface) AddDescription added in v0.6.0

AddDescription provides a mock function with given fields: description

func (*ElectricalConnectionServerInterface) AddParameterDescription added in v0.6.0

AddParameterDescription provides a mock function with given fields: description

func (*ElectricalConnectionServerInterface) AdjustValueToBeWithinPermittedValuesForParameterId added in v0.6.0

func (_m *ElectricalConnectionServerInterface) AdjustValueToBeWithinPermittedValuesForParameterId(value float64, parameterId model.ElectricalConnectionParameterIdType) float64

AdjustValueToBeWithinPermittedValuesForParameterId provides a mock function with given fields: value, parameterId

func (*ElectricalConnectionServerInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *ElectricalConnectionServerInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*ElectricalConnectionServerInterface) EXPECT added in v0.6.0

func (*ElectricalConnectionServerInterface) GetCharacteristicsForFilter added in v0.6.0

GetCharacteristicsForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionServerInterface) GetDescriptionForParameterDescriptionFilter added in v0.6.0

GetDescriptionForParameterDescriptionFilter provides a mock function with given fields: filter

func (*ElectricalConnectionServerInterface) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionServerInterface) GetParameterDescriptionsForFilter added in v0.6.0

GetParameterDescriptionsForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionServerInterface) GetPermittedValueDataForFilter added in v0.6.0

GetPermittedValueDataForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionServerInterface) GetPermittedValueSetForFilter added in v0.6.0

GetPermittedValueSetForFilter provides a mock function with given fields: filter

func (*ElectricalConnectionServerInterface) GetPhaseCurrentLimits added in v0.6.0

func (_m *ElectricalConnectionServerInterface) GetPhaseCurrentLimits(measDesc []model.MeasurementDescriptionDataType) ([]float64, []float64, []float64, error)

GetPhaseCurrentLimits provides a mock function with given fields: measDesc

func (*ElectricalConnectionServerInterface) UpdateCharacteristic added in v0.6.0

UpdateCharacteristic provides a mock function with given fields: data, deleteElements

type ElectricalConnectionServerInterface_AddCharacteristic_Call added in v0.6.0

type ElectricalConnectionServerInterface_AddCharacteristic_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_AddCharacteristic_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_AddCharacteristic_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_AddDescription_Call added in v0.6.0

type ElectricalConnectionServerInterface_AddDescription_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_AddDescription_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_AddDescription_Call) Run added in v0.6.0

func (*ElectricalConnectionServerInterface_AddDescription_Call) RunAndReturn added in v0.6.0

type ElectricalConnectionServerInterface_AddParameterDescription_Call added in v0.6.0

type ElectricalConnectionServerInterface_AddParameterDescription_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_AddParameterDescription_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_AddParameterDescription_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call added in v0.6.0

type ElectricalConnectionServerInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*ElectricalConnectionServerInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type ElectricalConnectionServerInterface_Expecter added in v0.6.0

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

func (*ElectricalConnectionServerInterface_Expecter) AddCharacteristic added in v0.6.0

AddCharacteristic is a helper method to define mock.On call

  • data model.ElectricalConnectionCharacteristicDataType

func (*ElectricalConnectionServerInterface_Expecter) AddDescription added in v0.6.0

AddDescription is a helper method to define mock.On call

  • description model.ElectricalConnectionDescriptionDataType

func (*ElectricalConnectionServerInterface_Expecter) AddParameterDescription added in v0.6.0

AddParameterDescription is a helper method to define mock.On call

  • description model.ElectricalConnectionParameterDescriptionDataType

func (*ElectricalConnectionServerInterface_Expecter) AdjustValueToBeWithinPermittedValuesForParameterId added in v0.6.0

func (_e *ElectricalConnectionServerInterface_Expecter) AdjustValueToBeWithinPermittedValuesForParameterId(value interface{}, parameterId interface{}) *ElectricalConnectionServerInterface_AdjustValueToBeWithinPermittedValuesForParameterId_Call

AdjustValueToBeWithinPermittedValuesForParameterId is a helper method to define mock.On call

  • value float64
  • parameterId model.ElectricalConnectionParameterIdType

func (*ElectricalConnectionServerInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *ElectricalConnectionServerInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *ElectricalConnectionServerInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*ElectricalConnectionServerInterface_Expecter) GetCharacteristicsForFilter added in v0.6.0

GetCharacteristicsForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionCharacteristicDataType

func (*ElectricalConnectionServerInterface_Expecter) GetDescriptionForParameterDescriptionFilter added in v0.6.0

GetDescriptionForParameterDescriptionFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionParameterDescriptionDataType

func (*ElectricalConnectionServerInterface_Expecter) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionDescriptionDataType

func (*ElectricalConnectionServerInterface_Expecter) GetParameterDescriptionsForFilter added in v0.6.0

GetParameterDescriptionsForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionParameterDescriptionDataType

func (*ElectricalConnectionServerInterface_Expecter) GetPermittedValueDataForFilter added in v0.6.0

GetPermittedValueDataForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionPermittedValueSetDataType

func (*ElectricalConnectionServerInterface_Expecter) GetPermittedValueSetForFilter added in v0.6.0

GetPermittedValueSetForFilter is a helper method to define mock.On call

  • filter model.ElectricalConnectionPermittedValueSetDataType

func (*ElectricalConnectionServerInterface_Expecter) GetPhaseCurrentLimits added in v0.6.0

GetPhaseCurrentLimits is a helper method to define mock.On call

  • measDesc []model.MeasurementDescriptionDataType

func (*ElectricalConnectionServerInterface_Expecter) UpdateCharacteristic added in v0.6.0

func (_e *ElectricalConnectionServerInterface_Expecter) UpdateCharacteristic(data interface{}, deleteElements interface{}) *ElectricalConnectionServerInterface_UpdateCharacteristic_Call

UpdateCharacteristic is a helper method to define mock.On call

  • data model.ElectricalConnectionCharacteristicDataType
  • deleteElements *model.ElectricalConnectionCharacteristicDataElementsType

type ElectricalConnectionServerInterface_GetCharacteristicsForFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetCharacteristicsForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_GetCharacteristicsForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_GetCharacteristicsForFilter_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_GetDescriptionForParameterDescriptionFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetDescriptionForParameterDescriptionFilter_Call struct {
	*mock.Call
}

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

type ElectricalConnectionServerInterface_GetDescriptionsForFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_GetDescriptionsForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_GetDescriptionsForFilter_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_GetParameterDescriptionsForFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetParameterDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_GetParameterDescriptionsForFilter_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_GetPermittedValueDataForFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetPermittedValueDataForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_GetPermittedValueDataForFilter_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_GetPermittedValueDataForFilter_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_GetPermittedValueSetForFilter_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetPermittedValueSetForFilter_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_GetPermittedValueSetForFilter_Call) Run added in v0.6.0

type ElectricalConnectionServerInterface_GetPhaseCurrentLimits_Call added in v0.6.0

type ElectricalConnectionServerInterface_GetPhaseCurrentLimits_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_GetPhaseCurrentLimits_Call) Return added in v0.6.0

func (*ElectricalConnectionServerInterface_GetPhaseCurrentLimits_Call) Run added in v0.6.0

func (*ElectricalConnectionServerInterface_GetPhaseCurrentLimits_Call) RunAndReturn added in v0.6.0

type ElectricalConnectionServerInterface_UpdateCharacteristic_Call added in v0.6.0

type ElectricalConnectionServerInterface_UpdateCharacteristic_Call struct {
	*mock.Call
}

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

func (*ElectricalConnectionServerInterface_UpdateCharacteristic_Call) Return added in v0.6.0

type EntityEventCallback added in v0.6.0

type EntityEventCallback struct {
	mock.Mock
}

EntityEventCallback is an autogenerated mock type for the EntityEventCallback type

func NewEntityEventCallback added in v0.6.0

func NewEntityEventCallback(t interface {
	mock.TestingT
	Cleanup(func())
}) *EntityEventCallback

NewEntityEventCallback creates a new instance of EntityEventCallback. 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 (*EntityEventCallback) EXPECT added in v0.6.0

func (*EntityEventCallback) Execute added in v0.6.0

Execute provides a mock function with given fields: ski, device, entity, event

type EntityEventCallback_Execute_Call added in v0.6.0

type EntityEventCallback_Execute_Call struct {
	*mock.Call
}

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

func (*EntityEventCallback_Execute_Call) Return added in v0.6.0

func (*EntityEventCallback_Execute_Call) Run added in v0.6.0

func (*EntityEventCallback_Execute_Call) RunAndReturn added in v0.6.0

type EntityEventCallback_Expecter added in v0.6.0

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

func (*EntityEventCallback_Expecter) Execute added in v0.6.0

func (_e *EntityEventCallback_Expecter) Execute(ski interface{}, device interface{}, entity interface{}, event interface{}) *EntityEventCallback_Execute_Call

Execute is a helper method to define mock.On call

  • ski string
  • device api.DeviceRemoteInterface
  • entity api.EntityRemoteInterface
  • event eebus_goapi.EventType

type FeatureClientInterface added in v0.6.0

type FeatureClientInterface struct {
	mock.Mock
}

FeatureClientInterface is an autogenerated mock type for the FeatureClientInterface type

func NewFeatureClientInterface added in v0.6.0

func NewFeatureClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *FeatureClientInterface

NewFeatureClientInterface creates a new instance of FeatureClientInterface. 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 (*FeatureClientInterface) AddResponseCallback added in v0.6.0

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

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

func (*FeatureClientInterface) AddResultCallback added in v0.6.0

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

AddResultCallback provides a mock function with given fields: function

func (*FeatureClientInterface) Bind added in v0.6.0

Bind provides a mock function with given fields:

func (*FeatureClientInterface) EXPECT added in v0.6.0

func (*FeatureClientInterface) HasBinding added in v0.6.0

func (_m *FeatureClientInterface) HasBinding() bool

HasBinding provides a mock function with given fields:

func (*FeatureClientInterface) HasSubscription added in v0.6.0

func (_m *FeatureClientInterface) HasSubscription() bool

HasSubscription provides a mock function with given fields:

func (*FeatureClientInterface) Subscribe added in v0.6.0

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

Subscribe provides a mock function with given fields:

type FeatureClientInterface_AddResponseCallback_Call added in v0.6.0

type FeatureClientInterface_AddResponseCallback_Call struct {
	*mock.Call
}

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

func (*FeatureClientInterface_AddResponseCallback_Call) Return added in v0.6.0

func (*FeatureClientInterface_AddResponseCallback_Call) Run added in v0.6.0

func (*FeatureClientInterface_AddResponseCallback_Call) RunAndReturn added in v0.6.0

type FeatureClientInterface_AddResultCallback_Call added in v0.6.0

type FeatureClientInterface_AddResultCallback_Call struct {
	*mock.Call
}

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

func (*FeatureClientInterface_AddResultCallback_Call) Return added in v0.6.0

func (*FeatureClientInterface_AddResultCallback_Call) Run added in v0.6.0

func (*FeatureClientInterface_AddResultCallback_Call) RunAndReturn added in v0.6.0

type FeatureClientInterface_Bind_Call added in v0.6.0

type FeatureClientInterface_Bind_Call struct {
	*mock.Call
}

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

func (*FeatureClientInterface_Bind_Call) Return added in v0.6.0

func (*FeatureClientInterface_Bind_Call) Run added in v0.6.0

func (*FeatureClientInterface_Bind_Call) RunAndReturn added in v0.6.0

type FeatureClientInterface_Expecter added in v0.6.0

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

func (*FeatureClientInterface_Expecter) AddResponseCallback added in v0.6.0

func (_e *FeatureClientInterface_Expecter) AddResponseCallback(msgCounterReference interface{}, function interface{}) *FeatureClientInterface_AddResponseCallback_Call

AddResponseCallback is a helper method to define mock.On call

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

func (*FeatureClientInterface_Expecter) AddResultCallback added in v0.6.0

func (_e *FeatureClientInterface_Expecter) AddResultCallback(function interface{}) *FeatureClientInterface_AddResultCallback_Call

AddResultCallback is a helper method to define mock.On call

  • function func(api.ResponseMessage)

func (*FeatureClientInterface_Expecter) Bind added in v0.6.0

Bind is a helper method to define mock.On call

func (*FeatureClientInterface_Expecter) HasBinding added in v0.6.0

HasBinding is a helper method to define mock.On call

func (*FeatureClientInterface_Expecter) HasSubscription added in v0.6.0

HasSubscription is a helper method to define mock.On call

func (*FeatureClientInterface_Expecter) Subscribe added in v0.6.0

Subscribe is a helper method to define mock.On call

type FeatureClientInterface_HasBinding_Call added in v0.6.0

type FeatureClientInterface_HasBinding_Call struct {
	*mock.Call
}

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

func (*FeatureClientInterface_HasBinding_Call) Return added in v0.6.0

func (*FeatureClientInterface_HasBinding_Call) Run added in v0.6.0

func (*FeatureClientInterface_HasBinding_Call) RunAndReturn added in v0.6.0

type FeatureClientInterface_HasSubscription_Call added in v0.6.0

type FeatureClientInterface_HasSubscription_Call struct {
	*mock.Call
}

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

func (*FeatureClientInterface_HasSubscription_Call) Return added in v0.6.0

func (*FeatureClientInterface_HasSubscription_Call) Run added in v0.6.0

func (*FeatureClientInterface_HasSubscription_Call) RunAndReturn added in v0.6.0

type FeatureClientInterface_Subscribe_Call added in v0.6.0

type FeatureClientInterface_Subscribe_Call struct {
	*mock.Call
}

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

func (*FeatureClientInterface_Subscribe_Call) Return added in v0.6.0

func (*FeatureClientInterface_Subscribe_Call) Run added in v0.6.0

func (*FeatureClientInterface_Subscribe_Call) RunAndReturn added in v0.6.0

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

type FeatureServerInterface struct {
	mock.Mock
}

FeatureServerInterface is an autogenerated mock type for the FeatureServerInterface type

func NewFeatureServerInterface added in v0.6.0

func NewFeatureServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *FeatureServerInterface

NewFeatureServerInterface creates a new instance of FeatureServerInterface. 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 (*FeatureServerInterface) EXPECT added in v0.6.0

type FeatureServerInterface_Expecter added in v0.6.0

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

type IdentificationClientInterface added in v0.6.0

type IdentificationClientInterface struct {
	mock.Mock
}

IdentificationClientInterface is an autogenerated mock type for the IdentificationClientInterface type

func NewIdentificationClientInterface added in v0.6.0

func NewIdentificationClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *IdentificationClientInterface

NewIdentificationClientInterface creates a new instance of IdentificationClientInterface. 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 (*IdentificationClientInterface) EXPECT added in v0.6.0

func (*IdentificationClientInterface) RequestValues added in v0.6.0

func (_m *IdentificationClientInterface) RequestValues() (*model.MsgCounterType, error)

RequestValues provides a mock function with given fields:

type IdentificationClientInterface_Expecter added in v0.6.0

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

func (*IdentificationClientInterface_Expecter) RequestValues added in v0.6.0

RequestValues is a helper method to define mock.On call

type IdentificationClientInterface_RequestValues_Call added in v0.6.0

type IdentificationClientInterface_RequestValues_Call struct {
	*mock.Call
}

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

func (*IdentificationClientInterface_RequestValues_Call) Return added in v0.6.0

func (*IdentificationClientInterface_RequestValues_Call) Run added in v0.6.0

func (*IdentificationClientInterface_RequestValues_Call) RunAndReturn added in v0.6.0

type IdentificationCommonInterface added in v0.6.0

type IdentificationCommonInterface struct {
	mock.Mock
}

IdentificationCommonInterface is an autogenerated mock type for the IdentificationCommonInterface type

func NewIdentificationCommonInterface added in v0.6.0

func NewIdentificationCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *IdentificationCommonInterface

NewIdentificationCommonInterface creates a new instance of IdentificationCommonInterface. 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 (*IdentificationCommonInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *IdentificationCommonInterface) CheckEventPayloadDataForFilter(payloadData interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData

func (*IdentificationCommonInterface) EXPECT added in v0.6.0

func (*IdentificationCommonInterface) GetDataForFilter added in v0.6.0

GetDataForFilter provides a mock function with given fields: filter

type IdentificationCommonInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type IdentificationCommonInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*IdentificationCommonInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*IdentificationCommonInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*IdentificationCommonInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type IdentificationCommonInterface_Expecter added in v0.6.0

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

func (*IdentificationCommonInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *IdentificationCommonInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}) *IdentificationCommonInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}

func (*IdentificationCommonInterface_Expecter) GetDataForFilter added in v0.6.0

GetDataForFilter is a helper method to define mock.On call

  • filter model.IdentificationDataType

type IdentificationCommonInterface_GetDataForFilter_Call added in v0.6.0

type IdentificationCommonInterface_GetDataForFilter_Call struct {
	*mock.Call
}

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

func (*IdentificationCommonInterface_GetDataForFilter_Call) Return added in v0.6.0

func (*IdentificationCommonInterface_GetDataForFilter_Call) Run added in v0.6.0

func (*IdentificationCommonInterface_GetDataForFilter_Call) RunAndReturn added in v0.6.0

type IdentificationServerInterface added in v0.6.0

type IdentificationServerInterface struct {
	mock.Mock
}

IdentificationServerInterface is an autogenerated mock type for the IdentificationServerInterface type

func NewIdentificationServerInterface added in v0.6.0

func NewIdentificationServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *IdentificationServerInterface

NewIdentificationServerInterface creates a new instance of IdentificationServerInterface. 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 (*IdentificationServerInterface) EXPECT added in v0.6.0

type IdentificationServerInterface_Expecter added in v0.6.0

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

type IncentiveTableClientInterface added in v0.6.0

type IncentiveTableClientInterface struct {
	mock.Mock
}

IncentiveTableClientInterface is an autogenerated mock type for the IncentiveTableClientInterface type

func NewIncentiveTableClientInterface added in v0.6.0

func NewIncentiveTableClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *IncentiveTableClientInterface

NewIncentiveTableClientInterface creates a new instance of IncentiveTableClientInterface. 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 (*IncentiveTableClientInterface) EXPECT added in v0.6.0

func (*IncentiveTableClientInterface) RequestConstraints added in v0.6.0

func (_m *IncentiveTableClientInterface) RequestConstraints() (*model.MsgCounterType, error)

RequestConstraints provides a mock function with given fields:

func (*IncentiveTableClientInterface) RequestDescriptions added in v0.6.0

func (_m *IncentiveTableClientInterface) RequestDescriptions() (*model.MsgCounterType, error)

RequestDescriptions provides a mock function with given fields:

func (*IncentiveTableClientInterface) RequestValues added in v0.6.0

func (_m *IncentiveTableClientInterface) RequestValues() (*model.MsgCounterType, error)

RequestValues provides a mock function with given fields:

func (*IncentiveTableClientInterface) WriteDescriptions added in v0.6.0

WriteDescriptions provides a mock function with given fields: data

func (*IncentiveTableClientInterface) WriteValues added in v0.6.0

WriteValues provides a mock function with given fields: data

type IncentiveTableClientInterface_Expecter added in v0.6.0

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

func (*IncentiveTableClientInterface_Expecter) RequestConstraints added in v0.6.0

RequestConstraints is a helper method to define mock.On call

func (*IncentiveTableClientInterface_Expecter) RequestDescriptions added in v0.6.0

RequestDescriptions is a helper method to define mock.On call

func (*IncentiveTableClientInterface_Expecter) RequestValues added in v0.6.0

RequestValues is a helper method to define mock.On call

func (*IncentiveTableClientInterface_Expecter) WriteDescriptions added in v0.6.0

WriteDescriptions is a helper method to define mock.On call

  • data []model.IncentiveTableDescriptionType

func (*IncentiveTableClientInterface_Expecter) WriteValues added in v0.6.0

WriteValues is a helper method to define mock.On call

  • data []model.IncentiveTableType

type IncentiveTableClientInterface_RequestConstraints_Call added in v0.6.0

type IncentiveTableClientInterface_RequestConstraints_Call struct {
	*mock.Call
}

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

func (*IncentiveTableClientInterface_RequestConstraints_Call) Return added in v0.6.0

func (*IncentiveTableClientInterface_RequestConstraints_Call) Run added in v0.6.0

func (*IncentiveTableClientInterface_RequestConstraints_Call) RunAndReturn added in v0.6.0

type IncentiveTableClientInterface_RequestDescriptions_Call added in v0.6.0

type IncentiveTableClientInterface_RequestDescriptions_Call struct {
	*mock.Call
}

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

func (*IncentiveTableClientInterface_RequestDescriptions_Call) Return added in v0.6.0

func (*IncentiveTableClientInterface_RequestDescriptions_Call) Run added in v0.6.0

func (*IncentiveTableClientInterface_RequestDescriptions_Call) RunAndReturn added in v0.6.0

type IncentiveTableClientInterface_RequestValues_Call added in v0.6.0

type IncentiveTableClientInterface_RequestValues_Call struct {
	*mock.Call
}

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

func (*IncentiveTableClientInterface_RequestValues_Call) Return added in v0.6.0

func (*IncentiveTableClientInterface_RequestValues_Call) Run added in v0.6.0

func (*IncentiveTableClientInterface_RequestValues_Call) RunAndReturn added in v0.6.0

type IncentiveTableClientInterface_WriteDescriptions_Call added in v0.6.0

type IncentiveTableClientInterface_WriteDescriptions_Call struct {
	*mock.Call
}

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

func (*IncentiveTableClientInterface_WriteDescriptions_Call) Return added in v0.6.0

func (*IncentiveTableClientInterface_WriteDescriptions_Call) Run added in v0.6.0

func (*IncentiveTableClientInterface_WriteDescriptions_Call) RunAndReturn added in v0.6.0

type IncentiveTableClientInterface_WriteValues_Call added in v0.6.0

type IncentiveTableClientInterface_WriteValues_Call struct {
	*mock.Call
}

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

func (*IncentiveTableClientInterface_WriteValues_Call) Return added in v0.6.0

func (*IncentiveTableClientInterface_WriteValues_Call) Run added in v0.6.0

func (*IncentiveTableClientInterface_WriteValues_Call) RunAndReturn added in v0.6.0

type IncentiveTableCommonInterface added in v0.6.0

type IncentiveTableCommonInterface struct {
	mock.Mock
}

IncentiveTableCommonInterface is an autogenerated mock type for the IncentiveTableCommonInterface type

func NewIncentiveTableCommonInterface added in v0.6.0

func NewIncentiveTableCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *IncentiveTableCommonInterface

NewIncentiveTableCommonInterface creates a new instance of IncentiveTableCommonInterface. 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 (*IncentiveTableCommonInterface) EXPECT added in v0.6.0

func (*IncentiveTableCommonInterface) GetConstraints added in v0.6.0

GetConstraints provides a mock function with given fields:

func (*IncentiveTableCommonInterface) GetData added in v0.6.0

GetData provides a mock function with given fields:

func (*IncentiveTableCommonInterface) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter provides a mock function with given fields: filter

type IncentiveTableCommonInterface_Expecter added in v0.6.0

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

func (*IncentiveTableCommonInterface_Expecter) GetConstraints added in v0.6.0

GetConstraints is a helper method to define mock.On call

func (*IncentiveTableCommonInterface_Expecter) GetData added in v0.6.0

GetData is a helper method to define mock.On call

func (*IncentiveTableCommonInterface_Expecter) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter is a helper method to define mock.On call

  • filter model.TariffDescriptionDataType

type IncentiveTableCommonInterface_GetConstraints_Call added in v0.6.0

type IncentiveTableCommonInterface_GetConstraints_Call struct {
	*mock.Call
}

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

func (*IncentiveTableCommonInterface_GetConstraints_Call) Return added in v0.6.0

func (*IncentiveTableCommonInterface_GetConstraints_Call) Run added in v0.6.0

func (*IncentiveTableCommonInterface_GetConstraints_Call) RunAndReturn added in v0.6.0

type IncentiveTableCommonInterface_GetData_Call added in v0.6.0

type IncentiveTableCommonInterface_GetData_Call struct {
	*mock.Call
}

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

func (*IncentiveTableCommonInterface_GetData_Call) Return added in v0.6.0

func (*IncentiveTableCommonInterface_GetData_Call) Run added in v0.6.0

func (*IncentiveTableCommonInterface_GetData_Call) RunAndReturn added in v0.6.0

type IncentiveTableCommonInterface_GetDescriptionsForFilter_Call added in v0.6.0

type IncentiveTableCommonInterface_GetDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*IncentiveTableCommonInterface_GetDescriptionsForFilter_Call) Return added in v0.6.0

func (*IncentiveTableCommonInterface_GetDescriptionsForFilter_Call) Run added in v0.6.0

func (*IncentiveTableCommonInterface_GetDescriptionsForFilter_Call) RunAndReturn added in v0.6.0

type IncentiveTableServerInterface added in v0.6.0

type IncentiveTableServerInterface struct {
	mock.Mock
}

IncentiveTableServerInterface is an autogenerated mock type for the IncentiveTableServerInterface type

func NewIncentiveTableServerInterface added in v0.6.0

func NewIncentiveTableServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *IncentiveTableServerInterface

NewIncentiveTableServerInterface creates a new instance of IncentiveTableServerInterface. 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 (*IncentiveTableServerInterface) EXPECT added in v0.6.0

type IncentiveTableServerInterface_Expecter added in v0.6.0

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

type LoadControlClientInterface added in v0.6.0

type LoadControlClientInterface struct {
	mock.Mock
}

LoadControlClientInterface is an autogenerated mock type for the LoadControlClientInterface type

func NewLoadControlClientInterface added in v0.6.0

func NewLoadControlClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *LoadControlClientInterface

NewLoadControlClientInterface creates a new instance of LoadControlClientInterface. 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 (*LoadControlClientInterface) EXPECT added in v0.6.0

func (*LoadControlClientInterface) RequestLimitConstraints added in v0.6.0

RequestLimitConstraints provides a mock function with given fields: selector, elements

func (*LoadControlClientInterface) RequestLimitData added in v0.6.0

RequestLimitData provides a mock function with given fields: selector, elements

func (*LoadControlClientInterface) RequestLimitDescriptions added in v0.6.0

RequestLimitDescriptions provides a mock function with given fields: selector, elements

func (*LoadControlClientInterface) WriteLimitData added in v0.6.0

WriteLimitData provides a mock function with given fields: data, deleteSelectors, deleteElements

type LoadControlClientInterface_Expecter added in v0.6.0

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

func (*LoadControlClientInterface_Expecter) RequestLimitConstraints added in v0.6.0

func (_e *LoadControlClientInterface_Expecter) RequestLimitConstraints(selector interface{}, elements interface{}) *LoadControlClientInterface_RequestLimitConstraints_Call

RequestLimitConstraints is a helper method to define mock.On call

  • selector *model.LoadControlLimitConstraintsListDataSelectorsType
  • elements *model.LoadControlLimitConstraintsDataElementsType

func (*LoadControlClientInterface_Expecter) RequestLimitData added in v0.6.0

func (_e *LoadControlClientInterface_Expecter) RequestLimitData(selector interface{}, elements interface{}) *LoadControlClientInterface_RequestLimitData_Call

RequestLimitData is a helper method to define mock.On call

  • selector *model.LoadControlLimitListDataSelectorsType
  • elements *model.LoadControlLimitDataElementsType

func (*LoadControlClientInterface_Expecter) RequestLimitDescriptions added in v0.6.0

func (_e *LoadControlClientInterface_Expecter) RequestLimitDescriptions(selector interface{}, elements interface{}) *LoadControlClientInterface_RequestLimitDescriptions_Call

RequestLimitDescriptions is a helper method to define mock.On call

  • selector *model.LoadControlLimitDescriptionListDataSelectorsType
  • elements *model.LoadControlLimitDescriptionDataElementsType

func (*LoadControlClientInterface_Expecter) WriteLimitData added in v0.6.0

func (_e *LoadControlClientInterface_Expecter) WriteLimitData(data interface{}, deleteSelectors interface{}, deleteElements interface{}) *LoadControlClientInterface_WriteLimitData_Call

WriteLimitData is a helper method to define mock.On call

  • data []model.LoadControlLimitDataType
  • deleteSelectors *model.LoadControlLimitListDataSelectorsType
  • deleteElements *model.LoadControlLimitDataElementsType

type LoadControlClientInterface_RequestLimitConstraints_Call added in v0.6.0

type LoadControlClientInterface_RequestLimitConstraints_Call struct {
	*mock.Call
}

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

func (*LoadControlClientInterface_RequestLimitConstraints_Call) Return added in v0.6.0

type LoadControlClientInterface_RequestLimitData_Call added in v0.6.0

type LoadControlClientInterface_RequestLimitData_Call struct {
	*mock.Call
}

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

func (*LoadControlClientInterface_RequestLimitData_Call) Return added in v0.6.0

func (*LoadControlClientInterface_RequestLimitData_Call) Run added in v0.6.0

type LoadControlClientInterface_RequestLimitDescriptions_Call added in v0.6.0

type LoadControlClientInterface_RequestLimitDescriptions_Call struct {
	*mock.Call
}

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

func (*LoadControlClientInterface_RequestLimitDescriptions_Call) Return added in v0.6.0

type LoadControlClientInterface_WriteLimitData_Call added in v0.6.0

type LoadControlClientInterface_WriteLimitData_Call struct {
	*mock.Call
}

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

func (*LoadControlClientInterface_WriteLimitData_Call) Return added in v0.6.0

func (*LoadControlClientInterface_WriteLimitData_Call) Run added in v0.6.0

type LoadControlCommonInterface added in v0.6.0

type LoadControlCommonInterface struct {
	mock.Mock
}

LoadControlCommonInterface is an autogenerated mock type for the LoadControlCommonInterface type

func NewLoadControlCommonInterface added in v0.6.0

func NewLoadControlCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *LoadControlCommonInterface

NewLoadControlCommonInterface creates a new instance of LoadControlCommonInterface. 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 (*LoadControlCommonInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *LoadControlCommonInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*LoadControlCommonInterface) EXPECT added in v0.6.0

func (*LoadControlCommonInterface) GetLimitDataForFilter added in v0.6.0

GetLimitDataForFilter provides a mock function with given fields: filter

func (*LoadControlCommonInterface) GetLimitDataForId added in v0.6.0

GetLimitDataForId provides a mock function with given fields: limitId

func (*LoadControlCommonInterface) GetLimitDescriptionForId added in v0.6.0

GetLimitDescriptionForId provides a mock function with given fields: limitId

func (*LoadControlCommonInterface) GetLimitDescriptionsForFilter added in v0.6.0

GetLimitDescriptionsForFilter provides a mock function with given fields: filter

type LoadControlCommonInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type LoadControlCommonInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*LoadControlCommonInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*LoadControlCommonInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*LoadControlCommonInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type LoadControlCommonInterface_Expecter added in v0.6.0

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

func (*LoadControlCommonInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *LoadControlCommonInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *LoadControlCommonInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*LoadControlCommonInterface_Expecter) GetLimitDataForFilter added in v0.6.0

GetLimitDataForFilter is a helper method to define mock.On call

  • filter model.LoadControlLimitDescriptionDataType

func (*LoadControlCommonInterface_Expecter) GetLimitDataForId added in v0.6.0

GetLimitDataForId is a helper method to define mock.On call

  • limitId model.LoadControlLimitIdType

func (*LoadControlCommonInterface_Expecter) GetLimitDescriptionForId added in v0.6.0

func (_e *LoadControlCommonInterface_Expecter) GetLimitDescriptionForId(limitId interface{}) *LoadControlCommonInterface_GetLimitDescriptionForId_Call

GetLimitDescriptionForId is a helper method to define mock.On call

  • limitId model.LoadControlLimitIdType

func (*LoadControlCommonInterface_Expecter) GetLimitDescriptionsForFilter added in v0.6.0

func (_e *LoadControlCommonInterface_Expecter) GetLimitDescriptionsForFilter(filter interface{}) *LoadControlCommonInterface_GetLimitDescriptionsForFilter_Call

GetLimitDescriptionsForFilter is a helper method to define mock.On call

  • filter model.LoadControlLimitDescriptionDataType

type LoadControlCommonInterface_GetLimitDataForFilter_Call added in v0.6.0

type LoadControlCommonInterface_GetLimitDataForFilter_Call struct {
	*mock.Call
}

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

func (*LoadControlCommonInterface_GetLimitDataForFilter_Call) Return added in v0.6.0

func (*LoadControlCommonInterface_GetLimitDataForFilter_Call) Run added in v0.6.0

type LoadControlCommonInterface_GetLimitDataForId_Call added in v0.6.0

type LoadControlCommonInterface_GetLimitDataForId_Call struct {
	*mock.Call
}

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

func (*LoadControlCommonInterface_GetLimitDataForId_Call) Return added in v0.6.0

func (*LoadControlCommonInterface_GetLimitDataForId_Call) Run added in v0.6.0

func (*LoadControlCommonInterface_GetLimitDataForId_Call) RunAndReturn added in v0.6.0

type LoadControlCommonInterface_GetLimitDescriptionForId_Call added in v0.6.0

type LoadControlCommonInterface_GetLimitDescriptionForId_Call struct {
	*mock.Call
}

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

func (*LoadControlCommonInterface_GetLimitDescriptionForId_Call) Return added in v0.6.0

func (*LoadControlCommonInterface_GetLimitDescriptionForId_Call) Run added in v0.6.0

type LoadControlCommonInterface_GetLimitDescriptionsForFilter_Call added in v0.6.0

type LoadControlCommonInterface_GetLimitDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*LoadControlCommonInterface_GetLimitDescriptionsForFilter_Call) Return added in v0.6.0

func (*LoadControlCommonInterface_GetLimitDescriptionsForFilter_Call) Run added in v0.6.0

type LoadControlServerInterface added in v0.6.0

type LoadControlServerInterface struct {
	mock.Mock
}

LoadControlServerInterface is an autogenerated mock type for the LoadControlServerInterface type

func NewLoadControlServerInterface added in v0.6.0

func NewLoadControlServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *LoadControlServerInterface

NewLoadControlServerInterface creates a new instance of LoadControlServerInterface. 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 (*LoadControlServerInterface) AddLimitDescription added in v0.6.0

AddLimitDescription provides a mock function with given fields: description

func (*LoadControlServerInterface) EXPECT added in v0.6.0

func (*LoadControlServerInterface) UpdateLimitDataForFilter added in v0.6.0

UpdateLimitDataForFilter provides a mock function with given fields: data, deleteElements, filter

func (*LoadControlServerInterface) UpdateLimitDataForId added in v0.6.0

UpdateLimitDataForId provides a mock function with given fields: data, deleteElements, limitId

type LoadControlServerInterface_AddLimitDescription_Call added in v0.6.0

type LoadControlServerInterface_AddLimitDescription_Call struct {
	*mock.Call
}

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

func (*LoadControlServerInterface_AddLimitDescription_Call) Return added in v0.6.0

func (*LoadControlServerInterface_AddLimitDescription_Call) Run added in v0.6.0

func (*LoadControlServerInterface_AddLimitDescription_Call) RunAndReturn added in v0.6.0

type LoadControlServerInterface_Expecter added in v0.6.0

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

func (*LoadControlServerInterface_Expecter) AddLimitDescription added in v0.6.0

func (_e *LoadControlServerInterface_Expecter) AddLimitDescription(description interface{}) *LoadControlServerInterface_AddLimitDescription_Call

AddLimitDescription is a helper method to define mock.On call

  • description model.LoadControlLimitDescriptionDataType

func (*LoadControlServerInterface_Expecter) UpdateLimitDataForFilter added in v0.6.0

func (_e *LoadControlServerInterface_Expecter) UpdateLimitDataForFilter(data interface{}, deleteElements interface{}, filter interface{}) *LoadControlServerInterface_UpdateLimitDataForFilter_Call

UpdateLimitDataForFilter is a helper method to define mock.On call

  • data model.LoadControlLimitDataType
  • deleteElements *model.LoadControlLimitDataElementsType
  • filter model.LoadControlLimitDescriptionDataType

func (*LoadControlServerInterface_Expecter) UpdateLimitDataForId added in v0.6.0

func (_e *LoadControlServerInterface_Expecter) UpdateLimitDataForId(data interface{}, deleteElements interface{}, limitId interface{}) *LoadControlServerInterface_UpdateLimitDataForId_Call

UpdateLimitDataForId is a helper method to define mock.On call

  • data model.LoadControlLimitDataType
  • deleteElements *model.LoadControlLimitDataElementsType
  • limitId model.LoadControlLimitIdType

type LoadControlServerInterface_UpdateLimitDataForFilter_Call added in v0.6.0

type LoadControlServerInterface_UpdateLimitDataForFilter_Call struct {
	*mock.Call
}

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

func (*LoadControlServerInterface_UpdateLimitDataForFilter_Call) Return added in v0.6.0

func (*LoadControlServerInterface_UpdateLimitDataForFilter_Call) Run added in v0.6.0

type LoadControlServerInterface_UpdateLimitDataForId_Call added in v0.6.0

type LoadControlServerInterface_UpdateLimitDataForId_Call struct {
	*mock.Call
}

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

func (*LoadControlServerInterface_UpdateLimitDataForId_Call) Return added in v0.6.0

func (*LoadControlServerInterface_UpdateLimitDataForId_Call) Run added in v0.6.0

type MeasurementClientInterface added in v0.6.0

type MeasurementClientInterface struct {
	mock.Mock
}

MeasurementClientInterface is an autogenerated mock type for the MeasurementClientInterface type

func NewMeasurementClientInterface added in v0.6.0

func NewMeasurementClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MeasurementClientInterface

NewMeasurementClientInterface creates a new instance of MeasurementClientInterface. 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 (*MeasurementClientInterface) EXPECT added in v0.6.0

func (*MeasurementClientInterface) RequestConstraints added in v0.6.0

RequestConstraints provides a mock function with given fields: selector, elements

func (*MeasurementClientInterface) RequestData added in v0.6.0

RequestData provides a mock function with given fields: selector, elements

func (*MeasurementClientInterface) RequestDescriptions added in v0.6.0

RequestDescriptions provides a mock function with given fields: selector, elements

type MeasurementClientInterface_Expecter added in v0.6.0

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

func (*MeasurementClientInterface_Expecter) RequestConstraints added in v0.6.0

func (_e *MeasurementClientInterface_Expecter) RequestConstraints(selector interface{}, elements interface{}) *MeasurementClientInterface_RequestConstraints_Call

RequestConstraints is a helper method to define mock.On call

  • selector *model.MeasurementConstraintsListDataSelectorsType
  • elements *model.MeasurementConstraintsDataElementsType

func (*MeasurementClientInterface_Expecter) RequestData added in v0.6.0

func (_e *MeasurementClientInterface_Expecter) RequestData(selector interface{}, elements interface{}) *MeasurementClientInterface_RequestData_Call

RequestData is a helper method to define mock.On call

  • selector *model.MeasurementListDataSelectorsType
  • elements *model.MeasurementDataElementsType

func (*MeasurementClientInterface_Expecter) RequestDescriptions added in v0.6.0

func (_e *MeasurementClientInterface_Expecter) RequestDescriptions(selector interface{}, elements interface{}) *MeasurementClientInterface_RequestDescriptions_Call

RequestDescriptions is a helper method to define mock.On call

  • selector *model.MeasurementDescriptionListDataSelectorsType
  • elements *model.MeasurementDescriptionDataElementsType

type MeasurementClientInterface_RequestConstraints_Call added in v0.6.0

type MeasurementClientInterface_RequestConstraints_Call struct {
	*mock.Call
}

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

func (*MeasurementClientInterface_RequestConstraints_Call) Return added in v0.6.0

func (*MeasurementClientInterface_RequestConstraints_Call) Run added in v0.6.0

type MeasurementClientInterface_RequestData_Call added in v0.6.0

type MeasurementClientInterface_RequestData_Call struct {
	*mock.Call
}

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

func (*MeasurementClientInterface_RequestData_Call) Return added in v0.6.0

func (*MeasurementClientInterface_RequestData_Call) Run added in v0.6.0

type MeasurementClientInterface_RequestDescriptions_Call added in v0.6.0

type MeasurementClientInterface_RequestDescriptions_Call struct {
	*mock.Call
}

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

func (*MeasurementClientInterface_RequestDescriptions_Call) Return added in v0.6.0

func (*MeasurementClientInterface_RequestDescriptions_Call) Run added in v0.6.0

type MeasurementCommonInterface added in v0.6.0

type MeasurementCommonInterface struct {
	mock.Mock
}

MeasurementCommonInterface is an autogenerated mock type for the MeasurementCommonInterface type

func NewMeasurementCommonInterface added in v0.6.0

func NewMeasurementCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MeasurementCommonInterface

NewMeasurementCommonInterface creates a new instance of MeasurementCommonInterface. 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 (*MeasurementCommonInterface) CheckEventPayloadDataForFilter added in v0.6.0

func (_m *MeasurementCommonInterface) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) bool

CheckEventPayloadDataForFilter provides a mock function with given fields: payloadData, filter

func (*MeasurementCommonInterface) EXPECT added in v0.6.0

func (*MeasurementCommonInterface) GetConstraintsForFilter added in v0.6.0

GetConstraintsForFilter provides a mock function with given fields: filter

func (*MeasurementCommonInterface) GetDataForFilter added in v0.6.0

GetDataForFilter provides a mock function with given fields: filter

func (*MeasurementCommonInterface) GetDataForId added in v0.6.0

GetDataForId provides a mock function with given fields: measurementId

func (*MeasurementCommonInterface) GetDescriptionForId added in v0.6.0

GetDescriptionForId provides a mock function with given fields: measurementId

func (*MeasurementCommonInterface) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter provides a mock function with given fields: filter

type MeasurementCommonInterface_CheckEventPayloadDataForFilter_Call added in v0.6.0

type MeasurementCommonInterface_CheckEventPayloadDataForFilter_Call struct {
	*mock.Call
}

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

func (*MeasurementCommonInterface_CheckEventPayloadDataForFilter_Call) Return added in v0.6.0

func (*MeasurementCommonInterface_CheckEventPayloadDataForFilter_Call) Run added in v0.6.0

func (*MeasurementCommonInterface_CheckEventPayloadDataForFilter_Call) RunAndReturn added in v0.6.0

type MeasurementCommonInterface_Expecter added in v0.6.0

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

func (*MeasurementCommonInterface_Expecter) CheckEventPayloadDataForFilter added in v0.6.0

func (_e *MeasurementCommonInterface_Expecter) CheckEventPayloadDataForFilter(payloadData interface{}, filter interface{}) *MeasurementCommonInterface_CheckEventPayloadDataForFilter_Call

CheckEventPayloadDataForFilter is a helper method to define mock.On call

  • payloadData interface{}
  • filter interface{}

func (*MeasurementCommonInterface_Expecter) GetConstraintsForFilter added in v0.6.0

GetConstraintsForFilter is a helper method to define mock.On call

  • filter model.MeasurementConstraintsDataType

func (*MeasurementCommonInterface_Expecter) GetDataForFilter added in v0.6.0

GetDataForFilter is a helper method to define mock.On call

  • filter model.MeasurementDescriptionDataType

func (*MeasurementCommonInterface_Expecter) GetDataForId added in v0.6.0

func (_e *MeasurementCommonInterface_Expecter) GetDataForId(measurementId interface{}) *MeasurementCommonInterface_GetDataForId_Call

GetDataForId is a helper method to define mock.On call

  • measurementId model.MeasurementIdType

func (*MeasurementCommonInterface_Expecter) GetDescriptionForId added in v0.6.0

func (_e *MeasurementCommonInterface_Expecter) GetDescriptionForId(measurementId interface{}) *MeasurementCommonInterface_GetDescriptionForId_Call

GetDescriptionForId is a helper method to define mock.On call

  • measurementId model.MeasurementIdType

func (*MeasurementCommonInterface_Expecter) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter is a helper method to define mock.On call

  • filter model.MeasurementDescriptionDataType

type MeasurementCommonInterface_GetConstraintsForFilter_Call added in v0.6.0

type MeasurementCommonInterface_GetConstraintsForFilter_Call struct {
	*mock.Call
}

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

func (*MeasurementCommonInterface_GetConstraintsForFilter_Call) Return added in v0.6.0

func (*MeasurementCommonInterface_GetConstraintsForFilter_Call) Run added in v0.6.0

type MeasurementCommonInterface_GetDataForFilter_Call added in v0.6.0

type MeasurementCommonInterface_GetDataForFilter_Call struct {
	*mock.Call
}

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

func (*MeasurementCommonInterface_GetDataForFilter_Call) Return added in v0.6.0

func (*MeasurementCommonInterface_GetDataForFilter_Call) Run added in v0.6.0

func (*MeasurementCommonInterface_GetDataForFilter_Call) RunAndReturn added in v0.6.0

type MeasurementCommonInterface_GetDataForId_Call added in v0.6.0

type MeasurementCommonInterface_GetDataForId_Call struct {
	*mock.Call
}

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

func (*MeasurementCommonInterface_GetDataForId_Call) Return added in v0.6.0

func (*MeasurementCommonInterface_GetDataForId_Call) Run added in v0.6.0

func (*MeasurementCommonInterface_GetDataForId_Call) RunAndReturn added in v0.6.0

type MeasurementCommonInterface_GetDescriptionForId_Call added in v0.6.0

type MeasurementCommonInterface_GetDescriptionForId_Call struct {
	*mock.Call
}

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

func (*MeasurementCommonInterface_GetDescriptionForId_Call) Return added in v0.6.0

func (*MeasurementCommonInterface_GetDescriptionForId_Call) Run added in v0.6.0

func (*MeasurementCommonInterface_GetDescriptionForId_Call) RunAndReturn added in v0.6.0

type MeasurementCommonInterface_GetDescriptionsForFilter_Call added in v0.6.0

type MeasurementCommonInterface_GetDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*MeasurementCommonInterface_GetDescriptionsForFilter_Call) Return added in v0.6.0

func (*MeasurementCommonInterface_GetDescriptionsForFilter_Call) Run added in v0.6.0

type MeasurementServerInterface added in v0.6.0

type MeasurementServerInterface struct {
	mock.Mock
}

MeasurementServerInterface is an autogenerated mock type for the MeasurementServerInterface type

func NewMeasurementServerInterface added in v0.6.0

func NewMeasurementServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MeasurementServerInterface

NewMeasurementServerInterface creates a new instance of MeasurementServerInterface. 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 (*MeasurementServerInterface) AddDescription added in v0.6.0

AddDescription provides a mock function with given fields: description

func (*MeasurementServerInterface) EXPECT added in v0.6.0

func (*MeasurementServerInterface) UpdateDataForFilter added in v0.6.0

UpdateDataForFilter provides a mock function with given fields: data, deleteElements, filter

func (*MeasurementServerInterface) UpdateDataForId added in v0.6.0

func (_m *MeasurementServerInterface) UpdateDataForId(data model.MeasurementDataType, deleteElements *model.MeasurementDataElementsType, measurementId model.MeasurementIdType) error

UpdateDataForId provides a mock function with given fields: data, deleteElements, measurementId

type MeasurementServerInterface_AddDescription_Call added in v0.6.0

type MeasurementServerInterface_AddDescription_Call struct {
	*mock.Call
}

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

func (*MeasurementServerInterface_AddDescription_Call) Return added in v0.6.0

func (*MeasurementServerInterface_AddDescription_Call) Run added in v0.6.0

func (*MeasurementServerInterface_AddDescription_Call) RunAndReturn added in v0.6.0

type MeasurementServerInterface_Expecter added in v0.6.0

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

func (*MeasurementServerInterface_Expecter) AddDescription added in v0.6.0

func (_e *MeasurementServerInterface_Expecter) AddDescription(description interface{}) *MeasurementServerInterface_AddDescription_Call

AddDescription is a helper method to define mock.On call

  • description model.MeasurementDescriptionDataType

func (*MeasurementServerInterface_Expecter) UpdateDataForFilter added in v0.6.0

func (_e *MeasurementServerInterface_Expecter) UpdateDataForFilter(data interface{}, deleteElements interface{}, filter interface{}) *MeasurementServerInterface_UpdateDataForFilter_Call

UpdateDataForFilter is a helper method to define mock.On call

  • data model.MeasurementDataType
  • deleteElements *model.MeasurementDataElementsType
  • filter model.MeasurementDescriptionDataType

func (*MeasurementServerInterface_Expecter) UpdateDataForId added in v0.6.0

func (_e *MeasurementServerInterface_Expecter) UpdateDataForId(data interface{}, deleteElements interface{}, measurementId interface{}) *MeasurementServerInterface_UpdateDataForId_Call

UpdateDataForId is a helper method to define mock.On call

  • data model.MeasurementDataType
  • deleteElements *model.MeasurementDataElementsType
  • measurementId model.MeasurementIdType

type MeasurementServerInterface_UpdateDataForFilter_Call added in v0.6.0

type MeasurementServerInterface_UpdateDataForFilter_Call struct {
	*mock.Call
}

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

func (*MeasurementServerInterface_UpdateDataForFilter_Call) Return added in v0.6.0

func (*MeasurementServerInterface_UpdateDataForFilter_Call) Run added in v0.6.0

type MeasurementServerInterface_UpdateDataForId_Call added in v0.6.0

type MeasurementServerInterface_UpdateDataForId_Call struct {
	*mock.Call
}

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

func (*MeasurementServerInterface_UpdateDataForId_Call) Return added in v0.6.0

func (*MeasurementServerInterface_UpdateDataForId_Call) Run added in v0.6.0

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) AddUseCase added in v0.6.0

func (_m *ServiceInterface) AddUseCase(useCase api.UseCaseInterface)

AddUseCase provides a mock function with given fields: useCase

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) IsAutoAcceptEnabled added in v0.6.0

func (_m *ServiceInterface) IsAutoAcceptEnabled() bool

IsAutoAcceptEnabled provides a mock function with given fields:

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

type ServiceInterface_AddUseCase_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_AddUseCase_Call) Return added in v0.6.0

func (*ServiceInterface_AddUseCase_Call) Run added in v0.6.0

func (*ServiceInterface_AddUseCase_Call) RunAndReturn added in v0.6.0

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) AddUseCase added in v0.6.0

func (_e *ServiceInterface_Expecter) AddUseCase(useCase interface{}) *ServiceInterface_AddUseCase_Call

AddUseCase is a helper method to define mock.On call

  • useCase api.UseCaseInterface

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) IsAutoAcceptEnabled added in v0.6.0

IsAutoAcceptEnabled is a helper method to define mock.On call

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

type ServiceInterface_IsAutoAcceptEnabled_Call struct {
	*mock.Call
}

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

func (*ServiceInterface_IsAutoAcceptEnabled_Call) Return added in v0.6.0

func (*ServiceInterface_IsAutoAcceptEnabled_Call) Run added in v0.6.0

func (*ServiceInterface_IsAutoAcceptEnabled_Call) RunAndReturn added in v0.6.0

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

type SmartEnergyManagementPsClientInterface added in v0.6.0

type SmartEnergyManagementPsClientInterface struct {
	mock.Mock
}

SmartEnergyManagementPsClientInterface is an autogenerated mock type for the SmartEnergyManagementPsClientInterface type

func NewSmartEnergyManagementPsClientInterface added in v0.6.0

func NewSmartEnergyManagementPsClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *SmartEnergyManagementPsClientInterface

NewSmartEnergyManagementPsClientInterface creates a new instance of SmartEnergyManagementPsClientInterface. 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 (*SmartEnergyManagementPsClientInterface) EXPECT added in v0.6.0

func (*SmartEnergyManagementPsClientInterface) RequestData added in v0.6.0

RequestData provides a mock function with given fields:

func (*SmartEnergyManagementPsClientInterface) WriteData added in v0.6.0

WriteData provides a mock function with given fields: data

type SmartEnergyManagementPsClientInterface_Expecter added in v0.6.0

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

func (*SmartEnergyManagementPsClientInterface_Expecter) RequestData added in v0.6.0

RequestData is a helper method to define mock.On call

func (*SmartEnergyManagementPsClientInterface_Expecter) WriteData added in v0.6.0

WriteData is a helper method to define mock.On call

  • data *model.SmartEnergyManagementPsDataType

type SmartEnergyManagementPsClientInterface_RequestData_Call added in v0.6.0

type SmartEnergyManagementPsClientInterface_RequestData_Call struct {
	*mock.Call
}

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

func (*SmartEnergyManagementPsClientInterface_RequestData_Call) Return added in v0.6.0

func (*SmartEnergyManagementPsClientInterface_RequestData_Call) Run added in v0.6.0

func (*SmartEnergyManagementPsClientInterface_RequestData_Call) RunAndReturn added in v0.6.0

type SmartEnergyManagementPsClientInterface_WriteData_Call added in v0.6.0

type SmartEnergyManagementPsClientInterface_WriteData_Call struct {
	*mock.Call
}

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

func (*SmartEnergyManagementPsClientInterface_WriteData_Call) Return added in v0.6.0

func (*SmartEnergyManagementPsClientInterface_WriteData_Call) Run added in v0.6.0

func (*SmartEnergyManagementPsClientInterface_WriteData_Call) RunAndReturn added in v0.6.0

type SmartEnergyManagementPsCommonInterface added in v0.6.0

type SmartEnergyManagementPsCommonInterface struct {
	mock.Mock
}

SmartEnergyManagementPsCommonInterface is an autogenerated mock type for the SmartEnergyManagementPsCommonInterface type

func NewSmartEnergyManagementPsCommonInterface added in v0.6.0

func NewSmartEnergyManagementPsCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *SmartEnergyManagementPsCommonInterface

NewSmartEnergyManagementPsCommonInterface creates a new instance of SmartEnergyManagementPsCommonInterface. 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 (*SmartEnergyManagementPsCommonInterface) EXPECT added in v0.6.0

func (*SmartEnergyManagementPsCommonInterface) GetData added in v0.6.0

GetData provides a mock function with given fields:

type SmartEnergyManagementPsCommonInterface_Expecter added in v0.6.0

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

func (*SmartEnergyManagementPsCommonInterface_Expecter) GetData added in v0.6.0

GetData is a helper method to define mock.On call

type SmartEnergyManagementPsCommonInterface_GetData_Call added in v0.6.0

type SmartEnergyManagementPsCommonInterface_GetData_Call struct {
	*mock.Call
}

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

func (*SmartEnergyManagementPsCommonInterface_GetData_Call) Return added in v0.6.0

func (*SmartEnergyManagementPsCommonInterface_GetData_Call) Run added in v0.6.0

func (*SmartEnergyManagementPsCommonInterface_GetData_Call) RunAndReturn added in v0.6.0

type SmartEnergyManagementPsServerInterface added in v0.6.0

type SmartEnergyManagementPsServerInterface struct {
	mock.Mock
}

SmartEnergyManagementPsServerInterface is an autogenerated mock type for the SmartEnergyManagementPsServerInterface type

func NewSmartEnergyManagementPsServerInterface added in v0.6.0

func NewSmartEnergyManagementPsServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *SmartEnergyManagementPsServerInterface

NewSmartEnergyManagementPsServerInterface creates a new instance of SmartEnergyManagementPsServerInterface. 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 (*SmartEnergyManagementPsServerInterface) EXPECT added in v0.6.0

type SmartEnergyManagementPsServerInterface_Expecter added in v0.6.0

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

type TimeSeriesClientInterface added in v0.6.0

type TimeSeriesClientInterface struct {
	mock.Mock
}

TimeSeriesClientInterface is an autogenerated mock type for the TimeSeriesClientInterface type

func NewTimeSeriesClientInterface added in v0.6.0

func NewTimeSeriesClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *TimeSeriesClientInterface

NewTimeSeriesClientInterface creates a new instance of TimeSeriesClientInterface. 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 (*TimeSeriesClientInterface) EXPECT added in v0.6.0

func (*TimeSeriesClientInterface) RequestConstraints added in v0.6.0

RequestConstraints provides a mock function with given fields: selector, elements

func (*TimeSeriesClientInterface) RequestData added in v0.6.0

RequestData provides a mock function with given fields: selector, elements

func (*TimeSeriesClientInterface) RequestDescriptions added in v0.6.0

RequestDescriptions provides a mock function with given fields: selector, elements

func (*TimeSeriesClientInterface) WriteData added in v0.6.0

WriteData provides a mock function with given fields: data

type TimeSeriesClientInterface_Expecter added in v0.6.0

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

func (*TimeSeriesClientInterface_Expecter) RequestConstraints added in v0.6.0

func (_e *TimeSeriesClientInterface_Expecter) RequestConstraints(selector interface{}, elements interface{}) *TimeSeriesClientInterface_RequestConstraints_Call

RequestConstraints is a helper method to define mock.On call

  • selector *model.TimeSeriesConstraintsListDataSelectorsType
  • elements *model.TimeSeriesConstraintsDataElementsType

func (*TimeSeriesClientInterface_Expecter) RequestData added in v0.6.0

func (_e *TimeSeriesClientInterface_Expecter) RequestData(selector interface{}, elements interface{}) *TimeSeriesClientInterface_RequestData_Call

RequestData is a helper method to define mock.On call

  • selector *model.TimeSeriesListDataSelectorsType
  • elements *model.TimeSeriesDataElementsType

func (*TimeSeriesClientInterface_Expecter) RequestDescriptions added in v0.6.0

func (_e *TimeSeriesClientInterface_Expecter) RequestDescriptions(selector interface{}, elements interface{}) *TimeSeriesClientInterface_RequestDescriptions_Call

RequestDescriptions is a helper method to define mock.On call

  • selector *model.TimeSeriesDescriptionListDataSelectorsType
  • elements *model.TimeSeriesDescriptionDataElementsType

func (*TimeSeriesClientInterface_Expecter) WriteData added in v0.6.0

WriteData is a helper method to define mock.On call

  • data []model.TimeSeriesDataType

type TimeSeriesClientInterface_RequestConstraints_Call added in v0.6.0

type TimeSeriesClientInterface_RequestConstraints_Call struct {
	*mock.Call
}

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

func (*TimeSeriesClientInterface_RequestConstraints_Call) Return added in v0.6.0

func (*TimeSeriesClientInterface_RequestConstraints_Call) Run added in v0.6.0

type TimeSeriesClientInterface_RequestData_Call added in v0.6.0

type TimeSeriesClientInterface_RequestData_Call struct {
	*mock.Call
}

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

func (*TimeSeriesClientInterface_RequestData_Call) Return added in v0.6.0

func (*TimeSeriesClientInterface_RequestData_Call) Run added in v0.6.0

type TimeSeriesClientInterface_RequestDescriptions_Call added in v0.6.0

type TimeSeriesClientInterface_RequestDescriptions_Call struct {
	*mock.Call
}

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

func (*TimeSeriesClientInterface_RequestDescriptions_Call) Return added in v0.6.0

func (*TimeSeriesClientInterface_RequestDescriptions_Call) Run added in v0.6.0

type TimeSeriesClientInterface_WriteData_Call added in v0.6.0

type TimeSeriesClientInterface_WriteData_Call struct {
	*mock.Call
}

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

func (*TimeSeriesClientInterface_WriteData_Call) Return added in v0.6.0

func (*TimeSeriesClientInterface_WriteData_Call) Run added in v0.6.0

func (*TimeSeriesClientInterface_WriteData_Call) RunAndReturn added in v0.6.0

type TimeSeriesCommonInterface added in v0.6.0

type TimeSeriesCommonInterface struct {
	mock.Mock
}

TimeSeriesCommonInterface is an autogenerated mock type for the TimeSeriesCommonInterface type

func NewTimeSeriesCommonInterface added in v0.6.0

func NewTimeSeriesCommonInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *TimeSeriesCommonInterface

NewTimeSeriesCommonInterface creates a new instance of TimeSeriesCommonInterface. 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 (*TimeSeriesCommonInterface) EXPECT added in v0.6.0

func (*TimeSeriesCommonInterface) GetConstraints added in v0.6.0

GetConstraints provides a mock function with given fields:

func (*TimeSeriesCommonInterface) GetDataForFilter added in v0.6.0

GetDataForFilter provides a mock function with given fields: filter

func (*TimeSeriesCommonInterface) GetDescriptionsForFilter added in v0.6.0

GetDescriptionsForFilter provides a mock function with given fields: filter

type TimeSeriesCommonInterface_Expecter added in v0.6.0

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

func (*TimeSeriesCommonInterface_Expecter) GetConstraints added in v0.6.0

GetConstraints is a helper method to define mock.On call

func (*TimeSeriesCommonInterface_Expecter) GetDataForFilter added in v0.6.0

GetDataForFilter is a helper method to define mock.On call

  • filter model.TimeSeriesDescriptionDataType

func (*TimeSeriesCommonInterface_Expecter) GetDescriptionsForFilter added in v0.6.0

func (_e *TimeSeriesCommonInterface_Expecter) GetDescriptionsForFilter(filter interface{}) *TimeSeriesCommonInterface_GetDescriptionsForFilter_Call

GetDescriptionsForFilter is a helper method to define mock.On call

  • filter model.TimeSeriesDescriptionDataType

type TimeSeriesCommonInterface_GetConstraints_Call added in v0.6.0

type TimeSeriesCommonInterface_GetConstraints_Call struct {
	*mock.Call
}

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

func (*TimeSeriesCommonInterface_GetConstraints_Call) Return added in v0.6.0

func (*TimeSeriesCommonInterface_GetConstraints_Call) Run added in v0.6.0

func (*TimeSeriesCommonInterface_GetConstraints_Call) RunAndReturn added in v0.6.0

type TimeSeriesCommonInterface_GetDataForFilter_Call added in v0.6.0

type TimeSeriesCommonInterface_GetDataForFilter_Call struct {
	*mock.Call
}

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

func (*TimeSeriesCommonInterface_GetDataForFilter_Call) Return added in v0.6.0

func (*TimeSeriesCommonInterface_GetDataForFilter_Call) Run added in v0.6.0

func (*TimeSeriesCommonInterface_GetDataForFilter_Call) RunAndReturn added in v0.6.0

type TimeSeriesCommonInterface_GetDescriptionsForFilter_Call added in v0.6.0

type TimeSeriesCommonInterface_GetDescriptionsForFilter_Call struct {
	*mock.Call
}

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

func (*TimeSeriesCommonInterface_GetDescriptionsForFilter_Call) Return added in v0.6.0

func (*TimeSeriesCommonInterface_GetDescriptionsForFilter_Call) Run added in v0.6.0

type TimeSeriesServerInterface added in v0.6.0

type TimeSeriesServerInterface struct {
	mock.Mock
}

TimeSeriesServerInterface is an autogenerated mock type for the TimeSeriesServerInterface type

func NewTimeSeriesServerInterface added in v0.6.0

func NewTimeSeriesServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *TimeSeriesServerInterface

NewTimeSeriesServerInterface creates a new instance of TimeSeriesServerInterface. 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 (*TimeSeriesServerInterface) EXPECT added in v0.6.0

type TimeSeriesServerInterface_Expecter added in v0.6.0

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

type UseCaseBaseInterface added in v0.6.0

type UseCaseBaseInterface struct {
	mock.Mock
}

UseCaseBaseInterface is an autogenerated mock type for the UseCaseBaseInterface type

func NewUseCaseBaseInterface added in v0.6.0

func NewUseCaseBaseInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UseCaseBaseInterface

NewUseCaseBaseInterface creates a new instance of UseCaseBaseInterface. 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 (*UseCaseBaseInterface) AddUseCase added in v0.6.0

func (_m *UseCaseBaseInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UseCaseBaseInterface) AvailableScenariosForEntity added in v0.6.0

func (_m *UseCaseBaseInterface) AvailableScenariosForEntity(entity spine_goapi.EntityRemoteInterface) []uint

AvailableScenariosForEntity provides a mock function with given fields: entity

func (*UseCaseBaseInterface) EXPECT added in v0.6.0

func (*UseCaseBaseInterface) IsCompatibleEntityType added in v0.6.0

func (_m *UseCaseBaseInterface) IsCompatibleEntityType(entity spine_goapi.EntityRemoteInterface) bool

IsCompatibleEntityType provides a mock function with given fields: entity

func (*UseCaseBaseInterface) IsScenarioAvailableAtEntity added in v0.6.0

func (_m *UseCaseBaseInterface) IsScenarioAvailableAtEntity(entity spine_goapi.EntityRemoteInterface, scenario uint) bool

IsScenarioAvailableAtEntity provides a mock function with given fields: entity, scenario

func (*UseCaseBaseInterface) RemoteEntitiesScenarios added in v0.6.0

func (_m *UseCaseBaseInterface) RemoteEntitiesScenarios() []api.RemoteEntityScenarios

RemoteEntitiesScenarios provides a mock function with given fields:

func (*UseCaseBaseInterface) RemoveUseCase added in v0.6.0

func (_m *UseCaseBaseInterface) RemoveUseCase()

RemoveUseCase provides a mock function with given fields:

func (*UseCaseBaseInterface) UpdateUseCaseAvailability added in v0.6.0

func (_m *UseCaseBaseInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

type UseCaseBaseInterface_AddUseCase_Call added in v0.6.0

type UseCaseBaseInterface_AddUseCase_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_AddUseCase_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_AddUseCase_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_AddUseCase_Call) RunAndReturn added in v0.6.0

type UseCaseBaseInterface_AvailableScenariosForEntity_Call added in v0.6.0

type UseCaseBaseInterface_AvailableScenariosForEntity_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_AvailableScenariosForEntity_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_AvailableScenariosForEntity_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_AvailableScenariosForEntity_Call) RunAndReturn added in v0.6.0

type UseCaseBaseInterface_Expecter added in v0.6.0

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

func (*UseCaseBaseInterface_Expecter) AddUseCase added in v0.6.0

AddUseCase is a helper method to define mock.On call

func (*UseCaseBaseInterface_Expecter) AvailableScenariosForEntity added in v0.6.0

func (_e *UseCaseBaseInterface_Expecter) AvailableScenariosForEntity(entity interface{}) *UseCaseBaseInterface_AvailableScenariosForEntity_Call

AvailableScenariosForEntity is a helper method to define mock.On call

  • entity spine_goapi.EntityRemoteInterface

func (*UseCaseBaseInterface_Expecter) IsCompatibleEntityType added in v0.6.0

func (_e *UseCaseBaseInterface_Expecter) IsCompatibleEntityType(entity interface{}) *UseCaseBaseInterface_IsCompatibleEntityType_Call

IsCompatibleEntityType is a helper method to define mock.On call

  • entity spine_goapi.EntityRemoteInterface

func (*UseCaseBaseInterface_Expecter) IsScenarioAvailableAtEntity added in v0.6.0

func (_e *UseCaseBaseInterface_Expecter) IsScenarioAvailableAtEntity(entity interface{}, scenario interface{}) *UseCaseBaseInterface_IsScenarioAvailableAtEntity_Call

IsScenarioAvailableAtEntity is a helper method to define mock.On call

  • entity spine_goapi.EntityRemoteInterface
  • scenario uint

func (*UseCaseBaseInterface_Expecter) RemoteEntitiesScenarios added in v0.6.0

RemoteEntitiesScenarios is a helper method to define mock.On call

func (*UseCaseBaseInterface_Expecter) RemoveUseCase added in v0.6.0

RemoveUseCase is a helper method to define mock.On call

func (*UseCaseBaseInterface_Expecter) UpdateUseCaseAvailability added in v0.6.0

func (_e *UseCaseBaseInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UseCaseBaseInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

type UseCaseBaseInterface_IsCompatibleEntityType_Call added in v0.6.0

type UseCaseBaseInterface_IsCompatibleEntityType_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_IsCompatibleEntityType_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_IsCompatibleEntityType_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_IsCompatibleEntityType_Call) RunAndReturn added in v0.6.0

type UseCaseBaseInterface_IsScenarioAvailableAtEntity_Call added in v0.6.0

type UseCaseBaseInterface_IsScenarioAvailableAtEntity_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_IsScenarioAvailableAtEntity_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_IsScenarioAvailableAtEntity_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_IsScenarioAvailableAtEntity_Call) RunAndReturn added in v0.6.0

type UseCaseBaseInterface_RemoteEntitiesScenarios_Call added in v0.6.0

type UseCaseBaseInterface_RemoteEntitiesScenarios_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_RemoteEntitiesScenarios_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_RemoteEntitiesScenarios_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_RemoteEntitiesScenarios_Call) RunAndReturn added in v0.6.0

type UseCaseBaseInterface_RemoveUseCase_Call added in v0.6.0

type UseCaseBaseInterface_RemoveUseCase_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_RemoveUseCase_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_RemoveUseCase_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_RemoveUseCase_Call) RunAndReturn added in v0.6.0

type UseCaseBaseInterface_UpdateUseCaseAvailability_Call added in v0.6.0

type UseCaseBaseInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

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

func (*UseCaseBaseInterface_UpdateUseCaseAvailability_Call) Return added in v0.6.0

func (*UseCaseBaseInterface_UpdateUseCaseAvailability_Call) Run added in v0.6.0

func (*UseCaseBaseInterface_UpdateUseCaseAvailability_Call) RunAndReturn added in v0.6.0

type UseCaseInterface added in v0.6.0

type UseCaseInterface struct {
	mock.Mock
}

UseCaseInterface is an autogenerated mock type for the UseCaseInterface type

func NewUseCaseInterface added in v0.6.0

func NewUseCaseInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UseCaseInterface

NewUseCaseInterface creates a new instance of UseCaseInterface. 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 (*UseCaseInterface) AddFeatures added in v0.6.0

func (_m *UseCaseInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UseCaseInterface) AddUseCase added in v0.6.0

func (_m *UseCaseInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UseCaseInterface) AvailableScenariosForEntity added in v0.6.0

func (_m *UseCaseInterface) AvailableScenariosForEntity(entity spine_goapi.EntityRemoteInterface) []uint

AvailableScenariosForEntity provides a mock function with given fields: entity

func (*UseCaseInterface) EXPECT added in v0.6.0

func (*UseCaseInterface) IsCompatibleEntityType added in v0.6.0

func (_m *UseCaseInterface) IsCompatibleEntityType(entity spine_goapi.EntityRemoteInterface) bool

IsCompatibleEntityType provides a mock function with given fields: entity

func (*UseCaseInterface) IsScenarioAvailableAtEntity added in v0.6.0

func (_m *UseCaseInterface) IsScenarioAvailableAtEntity(entity spine_goapi.EntityRemoteInterface, scenario uint) bool

IsScenarioAvailableAtEntity provides a mock function with given fields: entity, scenario

func (*UseCaseInterface) RemoteEntitiesScenarios added in v0.6.0

func (_m *UseCaseInterface) RemoteEntitiesScenarios() []api.RemoteEntityScenarios

RemoteEntitiesScenarios provides a mock function with given fields:

func (*UseCaseInterface) RemoveUseCase added in v0.6.0

func (_m *UseCaseInterface) RemoveUseCase()

RemoveUseCase provides a mock function with given fields:

func (*UseCaseInterface) UpdateUseCaseAvailability added in v0.6.0

func (_m *UseCaseInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

type UseCaseInterface_AddFeatures_Call added in v0.6.0

type UseCaseInterface_AddFeatures_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_AddFeatures_Call) Return added in v0.6.0

func (*UseCaseInterface_AddFeatures_Call) Run added in v0.6.0

func (*UseCaseInterface_AddFeatures_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_AddUseCase_Call added in v0.6.0

type UseCaseInterface_AddUseCase_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_AddUseCase_Call) Return added in v0.6.0

func (*UseCaseInterface_AddUseCase_Call) Run added in v0.6.0

func (*UseCaseInterface_AddUseCase_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_AvailableScenariosForEntity_Call added in v0.6.0

type UseCaseInterface_AvailableScenariosForEntity_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_AvailableScenariosForEntity_Call) Return added in v0.6.0

func (*UseCaseInterface_AvailableScenariosForEntity_Call) Run added in v0.6.0

func (*UseCaseInterface_AvailableScenariosForEntity_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_Expecter added in v0.6.0

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

func (*UseCaseInterface_Expecter) AddFeatures added in v0.6.0

AddFeatures is a helper method to define mock.On call

func (*UseCaseInterface_Expecter) AddUseCase added in v0.6.0

AddUseCase is a helper method to define mock.On call

func (*UseCaseInterface_Expecter) AvailableScenariosForEntity added in v0.6.0

func (_e *UseCaseInterface_Expecter) AvailableScenariosForEntity(entity interface{}) *UseCaseInterface_AvailableScenariosForEntity_Call

AvailableScenariosForEntity is a helper method to define mock.On call

  • entity spine_goapi.EntityRemoteInterface

func (*UseCaseInterface_Expecter) IsCompatibleEntityType added in v0.6.0

func (_e *UseCaseInterface_Expecter) IsCompatibleEntityType(entity interface{}) *UseCaseInterface_IsCompatibleEntityType_Call

IsCompatibleEntityType is a helper method to define mock.On call

  • entity spine_goapi.EntityRemoteInterface

func (*UseCaseInterface_Expecter) IsScenarioAvailableAtEntity added in v0.6.0

func (_e *UseCaseInterface_Expecter) IsScenarioAvailableAtEntity(entity interface{}, scenario interface{}) *UseCaseInterface_IsScenarioAvailableAtEntity_Call

IsScenarioAvailableAtEntity is a helper method to define mock.On call

  • entity spine_goapi.EntityRemoteInterface
  • scenario uint

func (*UseCaseInterface_Expecter) RemoteEntitiesScenarios added in v0.6.0

RemoteEntitiesScenarios is a helper method to define mock.On call

func (*UseCaseInterface_Expecter) RemoveUseCase added in v0.6.0

RemoveUseCase is a helper method to define mock.On call

func (*UseCaseInterface_Expecter) UpdateUseCaseAvailability added in v0.6.0

func (_e *UseCaseInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UseCaseInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

type UseCaseInterface_IsCompatibleEntityType_Call added in v0.6.0

type UseCaseInterface_IsCompatibleEntityType_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_IsCompatibleEntityType_Call) Return added in v0.6.0

func (*UseCaseInterface_IsCompatibleEntityType_Call) Run added in v0.6.0

func (*UseCaseInterface_IsCompatibleEntityType_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_IsScenarioAvailableAtEntity_Call added in v0.6.0

type UseCaseInterface_IsScenarioAvailableAtEntity_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_IsScenarioAvailableAtEntity_Call) Return added in v0.6.0

func (*UseCaseInterface_IsScenarioAvailableAtEntity_Call) Run added in v0.6.0

func (*UseCaseInterface_IsScenarioAvailableAtEntity_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_RemoteEntitiesScenarios_Call added in v0.6.0

type UseCaseInterface_RemoteEntitiesScenarios_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_RemoteEntitiesScenarios_Call) Return added in v0.6.0

func (*UseCaseInterface_RemoteEntitiesScenarios_Call) Run added in v0.6.0

func (*UseCaseInterface_RemoteEntitiesScenarios_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_RemoveUseCase_Call added in v0.6.0

type UseCaseInterface_RemoveUseCase_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_RemoveUseCase_Call) Return added in v0.6.0

func (*UseCaseInterface_RemoveUseCase_Call) Run added in v0.6.0

func (*UseCaseInterface_RemoveUseCase_Call) RunAndReturn added in v0.6.0

type UseCaseInterface_UpdateUseCaseAvailability_Call added in v0.6.0

type UseCaseInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

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

func (*UseCaseInterface_UpdateUseCaseAvailability_Call) Return added in v0.6.0

func (*UseCaseInterface_UpdateUseCaseAvailability_Call) Run added in v0.6.0

func (*UseCaseInterface_UpdateUseCaseAvailability_Call) RunAndReturn added in v0.6.0

Jump to

Keyboard shortcuts

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