Documentation ¶
Index ¶
- type CommonClient
- func (_m *CommonClient) AddSecret(ctx context.Context, request common.SecretRequest) (common.BaseResponse, errors.EdgeX)
- func (_m *CommonClient) Configuration(ctx context.Context) (common.ConfigResponse, errors.EdgeX)
- func (_m *CommonClient) Metrics(ctx context.Context) (common.MetricsResponse, errors.EdgeX)
- func (_m *CommonClient) Ping(ctx context.Context) (common.PingResponse, errors.EdgeX)
- func (_m *CommonClient) Version(ctx context.Context) (common.VersionResponse, errors.EdgeX)
- type DeviceClient
- func (_m *DeviceClient) Add(ctx context.Context, reqs []requests.AddDeviceRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
- func (_m *DeviceClient) AllDevices(ctx context.Context, labels []string, offset int, limit int) (responses.MultiDevicesResponse, errors.EdgeX)
- func (_m *DeviceClient) DeleteDeviceByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceClient) DeviceByName(ctx context.Context, name string) (responses.DeviceResponse, errors.EdgeX)
- func (_m *DeviceClient) DeviceNameExists(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceClient) DevicesByProfileName(ctx context.Context, name string, offset int, limit int) (responses.MultiDevicesResponse, errors.EdgeX)
- func (_m *DeviceClient) DevicesByServiceName(ctx context.Context, name string, offset int, limit int) (responses.MultiDevicesResponse, errors.EdgeX)
- func (_m *DeviceClient) Update(ctx context.Context, reqs []requests.UpdateDeviceRequest) ([]common.BaseResponse, errors.EdgeX)
- type DeviceProfileClient
- func (_m *DeviceProfileClient) Add(ctx context.Context, reqs []requests.DeviceProfileRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) AddByYaml(ctx context.Context, yamlFilePath string) (common.BaseWithIdResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) AllDeviceProfiles(ctx context.Context, labels []string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) DeleteByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) DeviceProfileByName(ctx context.Context, name string) (responses.DeviceProfileResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) DeviceProfilesByManufacturer(ctx context.Context, manufacturer string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) DeviceProfilesByManufacturerAndModel(ctx context.Context, manufacturer string, model string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) DeviceProfilesByModel(ctx context.Context, model string, offset int, limit int) (responses.MultiDeviceProfilesResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) DeviceResourceByProfileNameAndResourceName(ctx context.Context, profileName string, resourceName string) (responses.DeviceResourceResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) Update(ctx context.Context, reqs []requests.DeviceProfileRequest) ([]common.BaseResponse, errors.EdgeX)
- func (_m *DeviceProfileClient) UpdateByYaml(ctx context.Context, yamlFilePath string) (common.BaseResponse, errors.EdgeX)
- type DeviceServiceCallbackClient
- func (_m *DeviceServiceCallbackClient) AddDeviceCallback(ctx context.Context, request requests.AddDeviceRequest) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) AddProvisionWatcherCallback(ctx context.Context, request requests.AddProvisionWatcherRequest) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) DeleteDeviceCallback(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) DeleteProvisionWatcherCallback(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) UpdateDeviceCallback(ctx context.Context, request requests.UpdateDeviceRequest) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) UpdateDeviceProfileCallback(ctx context.Context, request requests.DeviceProfileRequest) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) UpdateDeviceServiceCallback(ctx context.Context, request requests.UpdateDeviceServiceRequest) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceCallbackClient) UpdateProvisionWatcherCallback(ctx context.Context, request requests.UpdateProvisionWatcherRequest) (common.BaseResponse, errors.EdgeX)
- type DeviceServiceClient
- func (_m *DeviceServiceClient) Add(ctx context.Context, reqs []requests.AddDeviceServiceRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
- func (_m *DeviceServiceClient) AllDeviceServices(ctx context.Context, labels []string, offset int, limit int) (responses.MultiDeviceServicesResponse, errors.EdgeX)
- func (_m *DeviceServiceClient) DeleteByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *DeviceServiceClient) DeviceServiceByName(ctx context.Context, name string) (responses.DeviceServiceResponse, errors.EdgeX)
- func (_m *DeviceServiceClient) Update(ctx context.Context, reqs []requests.UpdateDeviceServiceRequest) ([]common.BaseResponse, errors.EdgeX)
- type DeviceServiceCommandClient
- func (_m *DeviceServiceCommandClient) GetCommand(ctx context.Context, baseUrl string, deviceName string, commandName string, ...) (*responses.EventResponse, errors.EdgeX)
- func (_m *DeviceServiceCommandClient) SetCommand(ctx context.Context, baseUrl string, deviceName string, commandName string, ...) (common.BaseResponse, errors.EdgeX)
- type EventClient
- func (_m *EventClient) Add(ctx context.Context, req requests.AddEventRequest) (common.BaseWithIdResponse, errors.EdgeX)
- func (_m *EventClient) AllEvents(ctx context.Context, offset int, limit int) (responses.MultiEventsResponse, errors.EdgeX)
- func (_m *EventClient) DeleteByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)
- func (_m *EventClient) DeleteByDeviceName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *EventClient) EventCount(ctx context.Context) (common.CountResponse, errors.EdgeX)
- func (_m *EventClient) EventCountByDeviceName(ctx context.Context, name string) (common.CountResponse, errors.EdgeX)
- func (_m *EventClient) EventsByDeviceName(ctx context.Context, name string, offset int, limit int) (responses.MultiEventsResponse, errors.EdgeX)
- func (_m *EventClient) EventsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiEventsResponse, errors.EdgeX)
- type GeneralClient
- type NotificationClient
- func (_m *NotificationClient) CleanupNotifications(ctx context.Context) (common.BaseResponse, errors.EdgeX)
- func (_m *NotificationClient) CleanupNotificationsByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)
- func (_m *NotificationClient) DeleteNotificationById(ctx context.Context, id string) (common.BaseResponse, errors.EdgeX)
- func (_m *NotificationClient) DeleteProcessedNotificationsByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)
- func (_m *NotificationClient) NotificationById(ctx context.Context, id string) (responses.NotificationResponse, errors.EdgeX)
- func (_m *NotificationClient) NotificationsByCategory(ctx context.Context, category string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)
- func (_m *NotificationClient) NotificationsByLabel(ctx context.Context, label string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)
- func (_m *NotificationClient) NotificationsByStatus(ctx context.Context, status string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)
- func (_m *NotificationClient) NotificationsBySubscriptionName(ctx context.Context, subscriptionName string, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)
- func (_m *NotificationClient) NotificationsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiNotificationsResponse, errors.EdgeX)
- func (_m *NotificationClient) SendNotification(ctx context.Context, reqs []requests.AddNotificationRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
- type ProvisionWatcherClient
- func (_m *ProvisionWatcherClient) Add(ctx context.Context, reqs []requests.AddProvisionWatcherRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
- func (_m *ProvisionWatcherClient) AllProvisionWatchers(ctx context.Context, labels []string, offset int, limit int) (responses.MultiProvisionWatchersResponse, errors.EdgeX)
- func (_m *ProvisionWatcherClient) DeleteProvisionWatcherByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *ProvisionWatcherClient) ProvisionWatcherByName(ctx context.Context, name string) (responses.ProvisionWatcherResponse, errors.EdgeX)
- func (_m *ProvisionWatcherClient) ProvisionWatchersByProfileName(ctx context.Context, name string, offset int, limit int) (responses.MultiProvisionWatchersResponse, errors.EdgeX)
- func (_m *ProvisionWatcherClient) ProvisionWatchersByServiceName(ctx context.Context, name string, offset int, limit int) (responses.MultiProvisionWatchersResponse, errors.EdgeX)
- func (_m *ProvisionWatcherClient) Update(ctx context.Context, reqs []requests.UpdateProvisionWatcherRequest) ([]common.BaseResponse, errors.EdgeX)
- type ReadingClient
- func (_m *ReadingClient) AllReadings(ctx context.Context, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingCount(ctx context.Context) (common.CountResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingCountByDeviceName(ctx context.Context, name string) (common.CountResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingsByDeviceName(ctx context.Context, name string, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingsByDeviceNameAndResourceName(ctx context.Context, deviceName string, resourceName string, offset int, ...) (responses.MultiReadingsResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingsByDeviceNameAndResourceNameAndTimeRange(ctx context.Context, deviceName string, resourceName string, start int, ...) (responses.MultiReadingsResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingsByResourceName(ctx context.Context, name string, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingsByResourceNameAndTimeRange(ctx context.Context, name string, start int, end int, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)
- func (_m *ReadingClient) ReadingsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiReadingsResponse, errors.EdgeX)
- type SubscriptionClient
- func (_m *SubscriptionClient) Add(ctx context.Context, reqs []requests.AddSubscriptionRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
- func (_m *SubscriptionClient) AllSubscriptions(ctx context.Context, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)
- func (_m *SubscriptionClient) DeleteSubscriptionByName(ctx context.Context, name string) (common.BaseResponse, errors.EdgeX)
- func (_m *SubscriptionClient) SubscriptionByName(ctx context.Context, name string) (responses.SubscriptionResponse, errors.EdgeX)
- func (_m *SubscriptionClient) SubscriptionsByCategory(ctx context.Context, category string, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)
- func (_m *SubscriptionClient) SubscriptionsByLabel(ctx context.Context, label string, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)
- func (_m *SubscriptionClient) SubscriptionsByReceiver(ctx context.Context, receiver string, offset int, limit int) (responses.MultiSubscriptionsResponse, errors.EdgeX)
- func (_m *SubscriptionClient) Update(ctx context.Context, reqs []requests.UpdateSubscriptionRequest) ([]common.BaseResponse, errors.EdgeX)
- type SystemManagementClient
- func (_m *SystemManagementClient) DoOperation(ctx context.Context, reqs []requests.OperationRequest) ([]common.BaseResponse, errors.EdgeX)
- func (_m *SystemManagementClient) GetConfig(ctx context.Context, services []string) ([]common.BaseWithConfigResponse, errors.EdgeX)
- func (_m *SystemManagementClient) GetHealth(ctx context.Context, services []string) ([]common.BaseWithServiceNameResponse, errors.EdgeX)
- func (_m *SystemManagementClient) GetMetrics(ctx context.Context, services []string) ([]common.BaseWithMetricsResponse, errors.EdgeX)
- type TransmissionClient
- func (_m *TransmissionClient) AllTransmissions(ctx context.Context, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)
- func (_m *TransmissionClient) DeleteProcessedTransmissionsByAge(ctx context.Context, age int) (common.BaseResponse, errors.EdgeX)
- func (_m *TransmissionClient) TransmissionById(ctx context.Context, id string) (responses.TransmissionResponse, errors.EdgeX)
- func (_m *TransmissionClient) TransmissionsByNotificationId(ctx context.Context, id string, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)
- func (_m *TransmissionClient) TransmissionsByStatus(ctx context.Context, status string, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)
- func (_m *TransmissionClient) TransmissionsBySubscriptionName(ctx context.Context, subscriptionName string, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)
- func (_m *TransmissionClient) TransmissionsByTimeRange(ctx context.Context, start int, end int, offset int, limit int) (responses.MultiTransmissionsResponse, errors.EdgeX)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonClient ¶
CommonClient is an autogenerated mock type for the CommonClient type
func (*CommonClient) AddSecret ¶
func (_m *CommonClient) AddSecret(ctx context.Context, request common.SecretRequest) (common.BaseResponse, errors.EdgeX)
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 ¶
func (_m *CommonClient) Metrics(ctx context.Context) (common.MetricsResponse, errors.EdgeX)
Metrics provides a mock function with given fields: ctx
func (*CommonClient) Ping ¶
func (_m *CommonClient) Ping(ctx context.Context) (common.PingResponse, errors.EdgeX)
Ping provides a mock function with given fields: ctx
func (*CommonClient) Version ¶
func (_m *CommonClient) Version(ctx context.Context) (common.VersionResponse, errors.EdgeX)
Version provides a mock function with given fields: ctx
type DeviceClient ¶
DeviceClient is an autogenerated mock type for the DeviceClient type
func (*DeviceClient) Add ¶
func (_m *DeviceClient) Add(ctx context.Context, reqs []requests.AddDeviceRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
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 ¶
func (_m *DeviceClient) Update(ctx context.Context, reqs []requests.UpdateDeviceRequest) ([]common.BaseResponse, errors.EdgeX)
Update provides a mock function with given fields: ctx, reqs
type DeviceProfileClient ¶
DeviceProfileClient is an autogenerated mock type for the DeviceProfileClient type
func (*DeviceProfileClient) Add ¶
func (_m *DeviceProfileClient) Add(ctx context.Context, reqs []requests.DeviceProfileRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
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 ¶
func (_m *DeviceProfileClient) Update(ctx context.Context, reqs []requests.DeviceProfileRequest) ([]common.BaseResponse, errors.EdgeX)
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 ¶
DeviceServiceCallbackClient is an autogenerated mock type for the DeviceServiceCallbackClient type
func (*DeviceServiceCallbackClient) AddDeviceCallback ¶
func (_m *DeviceServiceCallbackClient) AddDeviceCallback(ctx context.Context, request requests.AddDeviceRequest) (common.BaseResponse, errors.EdgeX)
AddDeviceCallback provides a mock function with given fields: ctx, request
func (*DeviceServiceCallbackClient) AddProvisionWatcherCallback ¶
func (_m *DeviceServiceCallbackClient) AddProvisionWatcherCallback(ctx context.Context, request requests.AddProvisionWatcherRequest) (common.BaseResponse, errors.EdgeX)
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 ¶
func (_m *DeviceServiceCallbackClient) UpdateDeviceCallback(ctx context.Context, request requests.UpdateDeviceRequest) (common.BaseResponse, errors.EdgeX)
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 ¶
func (_m *DeviceServiceCallbackClient) UpdateDeviceServiceCallback(ctx context.Context, request requests.UpdateDeviceServiceRequest) (common.BaseResponse, errors.EdgeX)
UpdateDeviceServiceCallback provides a mock function with given fields: ctx, request
func (*DeviceServiceCallbackClient) UpdateProvisionWatcherCallback ¶
func (_m *DeviceServiceCallbackClient) UpdateProvisionWatcherCallback(ctx context.Context, request requests.UpdateProvisionWatcherRequest) (common.BaseResponse, errors.EdgeX)
UpdateProvisionWatcherCallback provides a mock function with given fields: ctx, request
type DeviceServiceClient ¶
DeviceServiceClient is an autogenerated mock type for the DeviceServiceClient type
func (*DeviceServiceClient) Add ¶
func (_m *DeviceServiceClient) Add(ctx context.Context, reqs []requests.AddDeviceServiceRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
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 ¶
func (_m *DeviceServiceClient) Update(ctx context.Context, reqs []requests.UpdateDeviceServiceRequest) ([]common.BaseResponse, errors.EdgeX)
Update provides a mock function with given fields: ctx, reqs
type DeviceServiceCommandClient ¶
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
type EventClient ¶
EventClient is an autogenerated mock type for the EventClient type
func (*EventClient) Add ¶
func (_m *EventClient) Add(ctx context.Context, req requests.AddEventRequest) (common.BaseWithIdResponse, errors.EdgeX)
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 ¶
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 ¶
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 ¶
func (_m *NotificationClient) NotificationById(ctx context.Context, id string) (responses.NotificationResponse, errors.EdgeX)
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 ¶
func (_m *NotificationClient) SendNotification(ctx context.Context, reqs []requests.AddNotificationRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
SendNotification provides a mock function with given fields: ctx, reqs
type ProvisionWatcherClient ¶
ProvisionWatcherClient is an autogenerated mock type for the ProvisionWatcherClient type
func (*ProvisionWatcherClient) Add ¶
func (_m *ProvisionWatcherClient) Add(ctx context.Context, reqs []requests.AddProvisionWatcherRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
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 ¶
func (_m *ProvisionWatcherClient) ProvisionWatcherByName(ctx context.Context, name string) (responses.ProvisionWatcherResponse, errors.EdgeX)
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 ¶
func (_m *ProvisionWatcherClient) Update(ctx context.Context, reqs []requests.UpdateProvisionWatcherRequest) ([]common.BaseResponse, errors.EdgeX)
Update provides a mock function with given fields: ctx, reqs
type ReadingClient ¶
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) 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 ¶
SubscriptionClient is an autogenerated mock type for the SubscriptionClient type
func (*SubscriptionClient) Add ¶
func (_m *SubscriptionClient) Add(ctx context.Context, reqs []requests.AddSubscriptionRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
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 ¶
func (_m *SubscriptionClient) Update(ctx context.Context, reqs []requests.UpdateSubscriptionRequest) ([]common.BaseResponse, errors.EdgeX)
Update provides a mock function with given fields: ctx, reqs
type SystemManagementClient ¶
SystemManagementClient is an autogenerated mock type for the SystemManagementClient type
func (*SystemManagementClient) DoOperation ¶
func (_m *SystemManagementClient) DoOperation(ctx context.Context, reqs []requests.OperationRequest) ([]common.BaseResponse, errors.EdgeX)
DoOperation provides a mock function with given fields: ctx, reqs
func (*SystemManagementClient) GetConfig ¶
func (_m *SystemManagementClient) GetConfig(ctx context.Context, services []string) ([]common.BaseWithConfigResponse, errors.EdgeX)
GetConfig provides a mock function with given fields: ctx, services
func (*SystemManagementClient) GetHealth ¶
func (_m *SystemManagementClient) GetHealth(ctx context.Context, services []string) ([]common.BaseWithServiceNameResponse, errors.EdgeX)
GetHealth provides a mock function with given fields: ctx, services
func (*SystemManagementClient) GetMetrics ¶
func (_m *SystemManagementClient) GetMetrics(ctx context.Context, services []string) ([]common.BaseWithMetricsResponse, errors.EdgeX)
GetMetrics provides a mock function with given fields: ctx, services
type TransmissionClient ¶
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 ¶
func (_m *TransmissionClient) TransmissionById(ctx context.Context, id string) (responses.TransmissionResponse, errors.EdgeX)
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
Source Files ¶
- CommonClient.go
- DeviceClient.go
- DeviceProfileClient.go
- DeviceServiceCallbackClient.go
- DeviceServiceClient.go
- DeviceServiceCommandClient.go
- EventClient.go
- GeneralClient.go
- NotificationClient.go
- ProvisionWatcherClient.go
- ReadingClient.go
- SubscriptionClient.go
- SystemManagementClient.go
- TransmissionClient.go