mocks

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 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

type CommandClient struct {
	mock.Mock
}

CommandClient is an autogenerated mock type for the CommandClient type

func NewCommandClient

func NewCommandClient(t mockConstructorTestingTNewCommandClient) *CommandClient

NewCommandClient creates a new instance of CommandClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CommandClient) AllDeviceCoreCommands

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

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

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

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

func (*CommandClient) IssueGetCommandByNameWithQueryParams

func (_m *CommandClient) IssueGetCommandByNameWithQueryParams(ctx context.Context, deviceName string, commandName string, queryParams map[string]string) (*responses.EventResponse, errors.EdgeX)

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

func (*CommandClient) IssueSetCommandByName

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

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 NewCommonClient

func NewCommonClient(t mockConstructorTestingTNewCommonClient) *CommonClient

NewCommonClient creates a new instance of CommonClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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) 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 NewDeviceClient

func NewDeviceClient(t mockConstructorTestingTNewDeviceClient) *DeviceClient

NewDeviceClient creates a new instance of DeviceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewDeviceProfileClient

func NewDeviceProfileClient(t mockConstructorTestingTNewDeviceProfileClient) *DeviceProfileClient

NewDeviceProfileClient creates a new instance of DeviceProfileClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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) AddDeviceProfileDeviceCommand

func (_m *DeviceProfileClient) AddDeviceProfileDeviceCommand(ctx context.Context, reqs []requests.AddDeviceCommandRequest) ([]common.BaseResponse, errors.EdgeX)

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

func (*DeviceProfileClient) AddDeviceProfileResource

func (_m *DeviceProfileClient) AddDeviceProfileResource(ctx context.Context, reqs []requests.AddDeviceResourceRequest) ([]common.BaseResponse, errors.EdgeX)

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

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) DeleteDeviceCommandByName

func (_m *DeviceProfileClient) DeleteDeviceCommandByName(ctx context.Context, profileName string, commandName string) (common.BaseResponse, errors.EdgeX)

DeleteDeviceCommandByName provides a mock function with given fields: ctx, profileName, commandName

func (*DeviceProfileClient) DeleteDeviceResourceByName

func (_m *DeviceProfileClient) DeleteDeviceResourceByName(ctx context.Context, profileName string, resourceName string) (common.BaseResponse, errors.EdgeX)

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

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

func (*DeviceProfileClient) UpdateDeviceProfileBasicInfo

func (_m *DeviceProfileClient) UpdateDeviceProfileBasicInfo(ctx context.Context, reqs []requests.DeviceProfileBasicInfoRequest) ([]common.BaseResponse, errors.EdgeX)

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

func (*DeviceProfileClient) UpdateDeviceProfileDeviceCommand

func (_m *DeviceProfileClient) UpdateDeviceProfileDeviceCommand(ctx context.Context, reqs []requests.UpdateDeviceCommandRequest) ([]common.BaseResponse, errors.EdgeX)

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

func (*DeviceProfileClient) UpdateDeviceProfileResource

func (_m *DeviceProfileClient) UpdateDeviceProfileResource(ctx context.Context, reqs []requests.UpdateDeviceResourceRequest) ([]common.BaseResponse, errors.EdgeX)

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

type DeviceServiceCallbackClient

type DeviceServiceCallbackClient struct {
	mock.Mock
}

DeviceServiceCallbackClient is an autogenerated mock type for the DeviceServiceCallbackClient type

func NewDeviceServiceCallbackClient

func NewDeviceServiceCallbackClient(t mockConstructorTestingTNewDeviceServiceCallbackClient) *DeviceServiceCallbackClient

NewDeviceServiceCallbackClient creates a new instance of DeviceServiceCallbackClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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

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 NewDeviceServiceClient

func NewDeviceServiceClient(t mockConstructorTestingTNewDeviceServiceClient) *DeviceServiceClient

NewDeviceServiceClient creates a new instance of DeviceServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewDeviceServiceCommandClient

func NewDeviceServiceCommandClient(t mockConstructorTestingTNewDeviceServiceCommandClient) *DeviceServiceCommandClient

NewDeviceServiceCommandClient creates a new instance of DeviceServiceCommandClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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

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 NewEventClient

func NewEventClient(t mockConstructorTestingTNewEventClient) *EventClient

NewEventClient creates a new instance of EventClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*EventClient) Add

Add provides a mock function with given fields: ctx, serviceName, 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 NewGeneralClient

func NewGeneralClient(t mockConstructorTestingTNewGeneralClient) *GeneralClient

NewGeneralClient creates a new instance of GeneralClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*GeneralClient) FetchConfiguration

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

FetchConfiguration provides a mock function with given fields: ctx

type IntervalActionClient

type IntervalActionClient struct {
	mock.Mock
}

IntervalActionClient is an autogenerated mock type for the IntervalActionClient type

func NewIntervalActionClient

func NewIntervalActionClient(t mockConstructorTestingTNewIntervalActionClient) *IntervalActionClient

NewIntervalActionClient creates a new instance of IntervalActionClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*IntervalActionClient) Add

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

func (*IntervalActionClient) AllIntervalActions

func (_m *IntervalActionClient) AllIntervalActions(ctx context.Context, offset int, limit int) (responses.MultiIntervalActionsResponse, errors.EdgeX)

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

func (*IntervalActionClient) DeleteIntervalActionByName

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

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

func (*IntervalActionClient) IntervalActionByName

func (_m *IntervalActionClient) IntervalActionByName(ctx context.Context, name string) (responses.IntervalActionResponse, errors.EdgeX)

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

func (*IntervalActionClient) Update

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

type IntervalClient

type IntervalClient struct {
	mock.Mock
}

IntervalClient is an autogenerated mock type for the IntervalClient type

func NewIntervalClient

func NewIntervalClient(t mockConstructorTestingTNewIntervalClient) *IntervalClient

NewIntervalClient creates a new instance of IntervalClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*IntervalClient) Add

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

func (*IntervalClient) AllIntervals

func (_m *IntervalClient) AllIntervals(ctx context.Context, offset int, limit int) (responses.MultiIntervalsResponse, errors.EdgeX)

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

func (*IntervalClient) DeleteIntervalByName

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

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

func (*IntervalClient) IntervalByName

func (_m *IntervalClient) IntervalByName(ctx context.Context, name string) (responses.IntervalResponse, errors.EdgeX)

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

func (*IntervalClient) Update

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

type NotificationClient

type NotificationClient struct {
	mock.Mock
}

NotificationClient is an autogenerated mock type for the NotificationClient type

func NewNotificationClient

func NewNotificationClient(t mockConstructorTestingTNewNotificationClient) *NotificationClient

NewNotificationClient creates a new instance of NotificationClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewProvisionWatcherClient

func NewProvisionWatcherClient(t mockConstructorTestingTNewProvisionWatcherClient) *ProvisionWatcherClient

NewProvisionWatcherClient creates a new instance of ProvisionWatcherClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 NewReadingClient

func NewReadingClient(t mockConstructorTestingTNewReadingClient) *ReadingClient

NewReadingClient creates a new instance of ReadingClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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

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

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

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

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 NewSubscriptionClient

func NewSubscriptionClient(t mockConstructorTestingTNewSubscriptionClient) *SubscriptionClient

NewSubscriptionClient creates a new instance of SubscriptionClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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 TransmissionClient

type TransmissionClient struct {
	mock.Mock
}

TransmissionClient is an autogenerated mock type for the TransmissionClient type

func NewTransmissionClient

func NewTransmissionClient(t mockConstructorTestingTNewTransmissionClient) *TransmissionClient

NewTransmissionClient creates a new instance of TransmissionClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

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

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