mocks

package
v2.0.0-dev.59 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2021 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 CommonClient

type CommonClient struct {
	mock.Mock
}

CommonClient is an autogenerated mock type for the CommonClient type

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

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

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

Jump to

Keyboard shortcuts

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