mocks

package
v2.2.0-dev.20 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandClient added in v2.2.0

type CommandClient struct {
	mock.Mock
}

CommandClient is an autogenerated mock type for the CommandClient type

func (*CommandClient) AllDeviceCoreCommands added in v2.2.0

func (_m *CommandClient) AllDeviceCoreCommands(ctx context.Context, offset int, limit int) (responses.MultiDeviceCoreCommandsResponse, errors.EdgeX)

AllDeviceCoreCommands provides a mock function with given fields: ctx, offset, limit

func (*CommandClient) DeviceCoreCommandsByDeviceName added in v2.2.0

func (_m *CommandClient) DeviceCoreCommandsByDeviceName(ctx context.Context, deviceName string) (responses.DeviceCoreCommandResponse, errors.EdgeX)

DeviceCoreCommandsByDeviceName provides a mock function with given fields: ctx, deviceName

func (*CommandClient) IssueGetCommandByName added in v2.2.0

func (_m *CommandClient) IssueGetCommandByName(ctx context.Context, deviceName string, commandName string, dsPushEvent string, dsReturnEvent string) (*responses.EventResponse, errors.EdgeX)

IssueGetCommandByName provides a mock function with given fields: ctx, deviceName, commandName, dsPushEvent, dsReturnEvent

func (*CommandClient) IssueSetCommandByName added in v2.2.0

func (_m *CommandClient) IssueSetCommandByName(ctx context.Context, deviceName string, commandName string, settings map[string]string) (common.BaseResponse, errors.EdgeX)

IssueSetCommandByName provides a mock function with given fields: ctx, deviceName, commandName, settings

func (*CommandClient) IssueSetCommandByNameWithObject added in v2.2.0

func (_m *CommandClient) IssueSetCommandByNameWithObject(ctx context.Context, deviceName string, commandName string, settings map[string]interface{}) (common.BaseResponse, errors.EdgeX)

IssueSetCommandByNameWithObject provides a mock function with given fields: ctx, deviceName, commandName, settings

type CommonClient

type CommonClient struct {
	mock.Mock
}

CommonClient is an autogenerated mock type for the CommonClient type

func (*CommonClient) AddSecret

AddSecret provides a mock function with given fields: ctx, request

func (*CommonClient) Configuration

func (_m *CommonClient) Configuration(ctx context.Context) (common.ConfigResponse, errors.EdgeX)

Configuration provides a mock function with given fields: ctx

func (*CommonClient) Metrics

Metrics provides a mock function with given fields: ctx

func (*CommonClient) Ping

Ping provides a mock function with given fields: ctx

func (*CommonClient) Version

Version provides a mock function with given fields: ctx

type DeviceClient

type DeviceClient struct {
	mock.Mock
}

DeviceClient is an autogenerated mock type for the DeviceClient type

func (*DeviceClient) Add

Add provides a mock function with given fields: ctx, reqs

func (*DeviceClient) AllDevices

func (_m *DeviceClient) AllDevices(ctx context.Context, labels []string, offset int, limit int) (responses.MultiDevicesResponse, errors.EdgeX)

AllDevices provides a mock function with given fields: ctx, labels, offset, limit

func (*DeviceClient) DeleteDeviceByName

func (_m *DeviceClient) DeleteDeviceByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteDeviceByName provides a mock function with given fields: ctx, name

func (*DeviceClient) DeviceByName

func (_m *DeviceClient) DeviceByName(ctx context.Context, name string) (responses.DeviceResponse, errors.EdgeX)

DeviceByName provides a mock function with given fields: ctx, name

func (*DeviceClient) DeviceNameExists

func (_m *DeviceClient) DeviceNameExists(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeviceNameExists provides a mock function with given fields: ctx, name

func (*DeviceClient) DevicesByProfileName

func (_m *DeviceClient) DevicesByProfileName(ctx context.Context, name string, offset int, limit int) (responses.MultiDevicesResponse, errors.EdgeX)

DevicesByProfileName provides a mock function with given fields: ctx, name, offset, limit

func (*DeviceClient) DevicesByServiceName

func (_m *DeviceClient) DevicesByServiceName(ctx context.Context, name string, offset int, limit int) (responses.MultiDevicesResponse, errors.EdgeX)

DevicesByServiceName provides a mock function with given fields: ctx, name, offset, limit

func (*DeviceClient) Update

Update provides a mock function with given fields: ctx, reqs

type DeviceProfileClient

type DeviceProfileClient struct {
	mock.Mock
}

DeviceProfileClient is an autogenerated mock type for the DeviceProfileClient type

func (*DeviceProfileClient) Add

Add provides a mock function with given fields: ctx, reqs

func (*DeviceProfileClient) AddByYaml

func (_m *DeviceProfileClient) AddByYaml(ctx context.Context, yamlFilePath string) (common.BaseWithIdResponse, errors.EdgeX)

AddByYaml provides a mock function with given fields: ctx, yamlFilePath

func (*DeviceProfileClient) AllDeviceProfiles

func (_m *DeviceProfileClient) AllDeviceProfiles(ctx context.Context, labels []string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)

AllDeviceProfiles provides a mock function with given fields: ctx, labels, offset, limit

func (*DeviceProfileClient) DeleteByName

func (_m *DeviceProfileClient) DeleteByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteByName provides a mock function with given fields: ctx, name

func (*DeviceProfileClient) DeviceProfileByName

func (_m *DeviceProfileClient) DeviceProfileByName(ctx context.Context, name string) (responses.DeviceProfileResponse, errors.EdgeX)

DeviceProfileByName provides a mock function with given fields: ctx, name

func (*DeviceProfileClient) DeviceProfilesByManufacturer

func (_m *DeviceProfileClient) DeviceProfilesByManufacturer(ctx context.Context, manufacturer string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)

DeviceProfilesByManufacturer provides a mock function with given fields: ctx, manufacturer, offset, limit

func (*DeviceProfileClient) DeviceProfilesByManufacturerAndModel

func (_m *DeviceProfileClient) DeviceProfilesByManufacturerAndModel(ctx context.Context, manufacturer string, model string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)

DeviceProfilesByManufacturerAndModel provides a mock function with given fields: ctx, manufacturer, model, offset, limit

func (*DeviceProfileClient) DeviceProfilesByModel

func (_m *DeviceProfileClient) DeviceProfilesByModel(ctx context.Context, model string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)

DeviceProfilesByModel provides a mock function with given fields: ctx, model, offset, limit

func (*DeviceProfileClient) DeviceResourceByProfileNameAndResourceName

func (_m *DeviceProfileClient) DeviceResourceByProfileNameAndResourceName(ctx context.Context, profileName string, resourceName string) (responses.DeviceResourceResponse, errors.EdgeX)

DeviceResourceByProfileNameAndResourceName provides a mock function with given fields: ctx, profileName, resourceName

func (*DeviceProfileClient) Update

Update provides a mock function with given fields: ctx, reqs

func (*DeviceProfileClient) UpdateByYaml

func (_m *DeviceProfileClient) UpdateByYaml(ctx context.Context, yamlFilePath string) (common.BaseResponse, errors.EdgeX)

UpdateByYaml provides a mock function with given fields: ctx, yamlFilePath

type DeviceServiceCallbackClient

type DeviceServiceCallbackClient struct {
	mock.Mock
}

DeviceServiceCallbackClient is an autogenerated mock type for the DeviceServiceCallbackClient type

func (*DeviceServiceCallbackClient) AddDeviceCallback

AddDeviceCallback provides a mock function with given fields: ctx, request

func (*DeviceServiceCallbackClient) AddProvisionWatcherCallback

AddProvisionWatcherCallback provides a mock function with given fields: ctx, request

func (*DeviceServiceCallbackClient) DeleteDeviceCallback

func (_m *DeviceServiceCallbackClient) DeleteDeviceCallback(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteDeviceCallback provides a mock function with given fields: ctx, name

func (*DeviceServiceCallbackClient) DeleteProvisionWatcherCallback

func (_m *DeviceServiceCallbackClient) DeleteProvisionWatcherCallback(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteProvisionWatcherCallback provides a mock function with given fields: ctx, name

func (*DeviceServiceCallbackClient) UpdateDeviceCallback

UpdateDeviceCallback provides a mock function with given fields: ctx, request

func (*DeviceServiceCallbackClient) UpdateDeviceProfileCallback

func (_m *DeviceServiceCallbackClient) UpdateDeviceProfileCallback(ctx context.Context, request requests.DeviceProfileRequest) (common.BaseResponse, errors.EdgeX)

UpdateDeviceProfileCallback provides a mock function with given fields: ctx, request

func (*DeviceServiceCallbackClient) UpdateDeviceServiceCallback

UpdateDeviceServiceCallback provides a mock function with given fields: ctx, request

func (*DeviceServiceCallbackClient) UpdateProvisionWatcherCallback

UpdateProvisionWatcherCallback provides a mock function with given fields: ctx, request

func (*DeviceServiceCallbackClient) ValidateDeviceCallback added in v2.2.0

ValidateDeviceCallback provides a mock function with given fields: ctx, request

type DeviceServiceClient

type DeviceServiceClient struct {
	mock.Mock
}

DeviceServiceClient is an autogenerated mock type for the DeviceServiceClient type

func (*DeviceServiceClient) Add

Add provides a mock function with given fields: ctx, reqs

func (*DeviceServiceClient) AllDeviceServices

func (_m *DeviceServiceClient) AllDeviceServices(ctx context.Context, labels []string, offset int, limit int) (responses.MultiDeviceServicesResponse, errors.EdgeX)

AllDeviceServices provides a mock function with given fields: ctx, labels, offset, limit

func (*DeviceServiceClient) DeleteByName

func (_m *DeviceServiceClient) DeleteByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteByName provides a mock function with given fields: ctx, name

func (*DeviceServiceClient) DeviceServiceByName

func (_m *DeviceServiceClient) DeviceServiceByName(ctx context.Context, name string) (responses.DeviceServiceResponse, errors.EdgeX)

DeviceServiceByName provides a mock function with given fields: ctx, name

func (*DeviceServiceClient) Update

Update provides a mock function with given fields: ctx, reqs

type DeviceServiceCommandClient

type DeviceServiceCommandClient struct {
	mock.Mock
}

DeviceServiceCommandClient is an autogenerated mock type for the DeviceServiceCommandClient type

func (*DeviceServiceCommandClient) GetCommand

func (_m *DeviceServiceCommandClient) GetCommand(ctx context.Context, baseUrl string, deviceName string, commandName string, queryParams string) (*responses.EventResponse, errors.EdgeX)

GetCommand provides a mock function with given fields: ctx, baseUrl, deviceName, commandName, queryParams

func (*DeviceServiceCommandClient) SetCommand

func (_m *DeviceServiceCommandClient) SetCommand(ctx context.Context, baseUrl string, deviceName string, commandName string, queryParams string, settings map[string]string) (common.BaseResponse, errors.EdgeX)

SetCommand provides a mock function with given fields: ctx, baseUrl, deviceName, commandName, queryParams, settings

func (*DeviceServiceCommandClient) SetCommandWithObject added in v2.1.0

func (_m *DeviceServiceCommandClient) SetCommandWithObject(ctx context.Context, baseUrl string, deviceName string, commandName string, queryParams string, settings map[string]interface{}) (common.BaseResponse, errors.EdgeX)

SetCommandWithObject provides a mock function with given fields: ctx, baseUrl, deviceName, commandName, queryParams, settings

type EventClient

type EventClient struct {
	mock.Mock
}

EventClient is an autogenerated mock type for the EventClient type

func (*EventClient) Add

Add provides a mock function with given fields: ctx, req

func (*EventClient) AllEvents

func (_m *EventClient) AllEvents(ctx context.Context, offset int, limit int) (responses.MultiEventsResponse, errors.EdgeX)

AllEvents provides a mock function with given fields: ctx, offset, limit

func (*EventClient) DeleteByAge

func (_m *EventClient) DeleteByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)

DeleteByAge provides a mock function with given fields: ctx, age

func (*EventClient) DeleteByDeviceName

func (_m *EventClient) DeleteByDeviceName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteByDeviceName provides a mock function with given fields: ctx, name

func (*EventClient) EventCount

func (_m *EventClient) EventCount(ctx context.Context) (common.CountResponse, errors.EdgeX)

EventCount provides a mock function with given fields: ctx

func (*EventClient) EventCountByDeviceName

func (_m *EventClient) EventCountByDeviceName(ctx context.Context, name string) (common.CountResponse, errors.EdgeX)

EventCountByDeviceName provides a mock function with given fields: ctx, name

func (*EventClient) EventsByDeviceName

func (_m *EventClient) EventsByDeviceName(ctx context.Context, name string, offset int, limit int) (responses.MultiEventsResponse, errors.EdgeX)

EventsByDeviceName provides a mock function with given fields: ctx, name, offset, limit

func (*EventClient) EventsByTimeRange

func (_m *EventClient) EventsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiEventsResponse, errors.EdgeX)

EventsByTimeRange provides a mock function with given fields: ctx, start, end, offset, limit

type GeneralClient

type GeneralClient struct {
	mock.Mock
}

GeneralClient is an autogenerated mock type for the GeneralClient type

func (*GeneralClient) FetchConfiguration

func (_m *GeneralClient) FetchConfiguration(ctx context.Context) (common.ConfigResponse, errors.EdgeX)

FetchConfiguration provides a mock function with given fields: ctx

func (*GeneralClient) FetchMetrics

func (_m *GeneralClient) FetchMetrics(ctx context.Context) (common.MetricsResponse, errors.EdgeX)

FetchMetrics provides a mock function with given fields: ctx

type NotificationClient

type NotificationClient struct {
	mock.Mock
}

NotificationClient is an autogenerated mock type for the NotificationClient type

func (*NotificationClient) CleanupNotifications

func (_m *NotificationClient) CleanupNotifications(ctx context.Context) (common.BaseResponse, errors.EdgeX)

CleanupNotifications provides a mock function with given fields: ctx

func (*NotificationClient) CleanupNotificationsByAge

func (_m *NotificationClient) CleanupNotificationsByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)

CleanupNotificationsByAge provides a mock function with given fields: ctx, age

func (*NotificationClient) DeleteNotificationById

func (_m *NotificationClient) DeleteNotificationById(ctx context.Context, id string) (common.BaseResponse, errors.EdgeX)

DeleteNotificationById provides a mock function with given fields: ctx, id

func (*NotificationClient) DeleteProcessedNotificationsByAge

func (_m *NotificationClient) DeleteProcessedNotificationsByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)

DeleteProcessedNotificationsByAge provides a mock function with given fields: ctx, age

func (*NotificationClient) NotificationById

NotificationById provides a mock function with given fields: ctx, id

func (*NotificationClient) NotificationsByCategory

func (_m *NotificationClient) NotificationsByCategory(ctx context.Context, category string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)

NotificationsByCategory provides a mock function with given fields: ctx, category, offset, limit

func (*NotificationClient) NotificationsByLabel

func (_m *NotificationClient) NotificationsByLabel(ctx context.Context, label string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)

NotificationsByLabel provides a mock function with given fields: ctx, label, offset, limit

func (*NotificationClient) NotificationsByStatus

func (_m *NotificationClient) NotificationsByStatus(ctx context.Context, status string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)

NotificationsByStatus provides a mock function with given fields: ctx, status, offset, limit

func (*NotificationClient) NotificationsBySubscriptionName

func (_m *NotificationClient) NotificationsBySubscriptionName(ctx context.Context, subscriptionName string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)

NotificationsBySubscriptionName provides a mock function with given fields: ctx, subscriptionName, offset, limit

func (*NotificationClient) NotificationsByTimeRange

func (_m *NotificationClient) NotificationsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)

NotificationsByTimeRange provides a mock function with given fields: ctx, start, end, offset, limit

func (*NotificationClient) SendNotification

SendNotification provides a mock function with given fields: ctx, reqs

type ProvisionWatcherClient

type ProvisionWatcherClient struct {
	mock.Mock
}

ProvisionWatcherClient is an autogenerated mock type for the ProvisionWatcherClient type

func (*ProvisionWatcherClient) Add

Add provides a mock function with given fields: ctx, reqs

func (*ProvisionWatcherClient) AllProvisionWatchers

func (_m *ProvisionWatcherClient) AllProvisionWatchers(ctx context.Context, labels []string, offset int, limit int) (responses.MultiProvisionWatchersResponse, errors.EdgeX)

AllProvisionWatchers provides a mock function with given fields: ctx, labels, offset, limit

func (*ProvisionWatcherClient) DeleteProvisionWatcherByName

func (_m *ProvisionWatcherClient) DeleteProvisionWatcherByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteProvisionWatcherByName provides a mock function with given fields: ctx, name

func (*ProvisionWatcherClient) ProvisionWatcherByName

ProvisionWatcherByName provides a mock function with given fields: ctx, name

func (*ProvisionWatcherClient) ProvisionWatchersByProfileName

func (_m *ProvisionWatcherClient) ProvisionWatchersByProfileName(ctx context.Context, name string, offset int, limit int) (responses.MultiProvisionWatchersResponse, errors.EdgeX)

ProvisionWatchersByProfileName provides a mock function with given fields: ctx, name, offset, limit

func (*ProvisionWatcherClient) ProvisionWatchersByServiceName

func (_m *ProvisionWatcherClient) ProvisionWatchersByServiceName(ctx context.Context, name string, offset int, limit int) (responses.MultiProvisionWatchersResponse, errors.EdgeX)

ProvisionWatchersByServiceName provides a mock function with given fields: ctx, name, offset, limit

func (*ProvisionWatcherClient) Update

Update provides a mock function with given fields: ctx, reqs

type ReadingClient

type ReadingClient struct {
	mock.Mock
}

ReadingClient is an autogenerated mock type for the ReadingClient type

func (*ReadingClient) AllReadings

func (_m *ReadingClient) AllReadings(ctx context.Context, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

AllReadings provides a mock function with given fields: ctx, offset, limit

func (*ReadingClient) ReadingCount

func (_m *ReadingClient) ReadingCount(ctx context.Context) (common.CountResponse, errors.EdgeX)

ReadingCount provides a mock function with given fields: ctx

func (*ReadingClient) ReadingCountByDeviceName

func (_m *ReadingClient) ReadingCountByDeviceName(ctx context.Context, name string) (common.CountResponse, errors.EdgeX)

ReadingCountByDeviceName provides a mock function with given fields: ctx, name

func (*ReadingClient) ReadingsByDeviceName

func (_m *ReadingClient) ReadingsByDeviceName(ctx context.Context, name string, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByDeviceName provides a mock function with given fields: ctx, name, offset, limit

func (*ReadingClient) ReadingsByDeviceNameAndResourceName added in v2.1.0

func (_m *ReadingClient) ReadingsByDeviceNameAndResourceName(ctx context.Context, deviceName string, resourceName string, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByDeviceNameAndResourceName provides a mock function with given fields: ctx, deviceName, resourceName, offset, limit

func (*ReadingClient) ReadingsByDeviceNameAndResourceNameAndTimeRange added in v2.1.0

func (_m *ReadingClient) ReadingsByDeviceNameAndResourceNameAndTimeRange(ctx context.Context, deviceName string, resourceName string, start int, end int, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByDeviceNameAndResourceNameAndTimeRange provides a mock function with given fields: ctx, deviceName, resourceName, start, end, offset, limit

func (*ReadingClient) ReadingsByDeviceNameAndResourceNamesAndTimeRange added in v2.1.0

func (_m *ReadingClient) ReadingsByDeviceNameAndResourceNamesAndTimeRange(ctx context.Context, deviceName string, resourceNames []string, start int, end int, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByDeviceNameAndResourceNamesAndTimeRange provides a mock function with given fields: ctx, deviceName, resourceNames, start, end, offset, limit

func (*ReadingClient) ReadingsByResourceName

func (_m *ReadingClient) ReadingsByResourceName(ctx context.Context, name string, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByResourceName provides a mock function with given fields: ctx, name, offset, limit

func (*ReadingClient) ReadingsByResourceNameAndTimeRange added in v2.1.0

func (_m *ReadingClient) ReadingsByResourceNameAndTimeRange(ctx context.Context, name string, start int, end int, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByResourceNameAndTimeRange provides a mock function with given fields: ctx, name, start, end, offset, limit

func (*ReadingClient) ReadingsByTimeRange

func (_m *ReadingClient) ReadingsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)

ReadingsByTimeRange provides a mock function with given fields: ctx, start, end, offset, limit

type SubscriptionClient

type SubscriptionClient struct {
	mock.Mock
}

SubscriptionClient is an autogenerated mock type for the SubscriptionClient type

func (*SubscriptionClient) Add

Add provides a mock function with given fields: ctx, reqs

func (*SubscriptionClient) AllSubscriptions

func (_m *SubscriptionClient) AllSubscriptions(ctx context.Context, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)

AllSubscriptions provides a mock function with given fields: ctx, offset, limit

func (*SubscriptionClient) DeleteSubscriptionByName

func (_m *SubscriptionClient) DeleteSubscriptionByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)

DeleteSubscriptionByName provides a mock function with given fields: ctx, name

func (*SubscriptionClient) SubscriptionByName

func (_m *SubscriptionClient) SubscriptionByName(ctx context.Context, name string) (responses.SubscriptionResponse, errors.EdgeX)

SubscriptionByName provides a mock function with given fields: ctx, name

func (*SubscriptionClient) SubscriptionsByCategory

func (_m *SubscriptionClient) SubscriptionsByCategory(ctx context.Context, category string, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)

SubscriptionsByCategory provides a mock function with given fields: ctx, category, offset, limit

func (*SubscriptionClient) SubscriptionsByLabel

func (_m *SubscriptionClient) SubscriptionsByLabel(ctx context.Context, label string, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)

SubscriptionsByLabel provides a mock function with given fields: ctx, label, offset, limit

func (*SubscriptionClient) SubscriptionsByReceiver

func (_m *SubscriptionClient) SubscriptionsByReceiver(ctx context.Context, receiver string, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)

SubscriptionsByReceiver provides a mock function with given fields: ctx, receiver, offset, limit

func (*SubscriptionClient) Update

Update provides a mock function with given fields: ctx, reqs

type SystemManagementClient

type SystemManagementClient struct {
	mock.Mock
}

SystemManagementClient is an autogenerated mock type for the SystemManagementClient type

func (*SystemManagementClient) DoOperation

DoOperation provides a mock function with given fields: ctx, reqs

func (*SystemManagementClient) GetConfig

GetConfig provides a mock function with given fields: ctx, services

func (*SystemManagementClient) GetHealth

GetHealth provides a mock function with given fields: ctx, services

func (*SystemManagementClient) GetMetrics

GetMetrics provides a mock function with given fields: ctx, services

type TransmissionClient

type TransmissionClient struct {
	mock.Mock
}

TransmissionClient is an autogenerated mock type for the TransmissionClient type

func (*TransmissionClient) AllTransmissions

func (_m *TransmissionClient) AllTransmissions(ctx context.Context, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)

AllTransmissions provides a mock function with given fields: ctx, offset, limit

func (*TransmissionClient) DeleteProcessedTransmissionsByAge

func (_m *TransmissionClient) DeleteProcessedTransmissionsByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)

DeleteProcessedTransmissionsByAge provides a mock function with given fields: ctx, age

func (*TransmissionClient) TransmissionById

TransmissionById provides a mock function with given fields: ctx, id

func (*TransmissionClient) TransmissionsByNotificationId added in v2.1.0

func (_m *TransmissionClient) TransmissionsByNotificationId(ctx context.Context, id string, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)

TransmissionsByNotificationId provides a mock function with given fields: ctx, id, offset, limit

func (*TransmissionClient) TransmissionsByStatus

func (_m *TransmissionClient) TransmissionsByStatus(ctx context.Context, status string, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)

TransmissionsByStatus provides a mock function with given fields: ctx, status, offset, limit

func (*TransmissionClient) TransmissionsBySubscriptionName

func (_m *TransmissionClient) TransmissionsBySubscriptionName(ctx context.Context, subscriptionName string, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)

TransmissionsBySubscriptionName provides a mock function with given fields: ctx, subscriptionName, offset, limit

func (*TransmissionClient) TransmissionsByTimeRange

func (_m *TransmissionClient) TransmissionsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)

TransmissionsByTimeRange provides a mock function with given fields: ctx, start, end, offset, limit

Jump to

Keyboard shortcuts

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