Documentation ¶
Index ¶
- func AddDeviceProfile(d models.DeviceProfile, ctx context.Context, dic *di.Container) (id string, err errors.EdgeX)
- func AddDeviceService(d models.DeviceService, ctx context.Context, dic *di.Container) (id string, err errors.EdgeX)
- func DeleteDeviceProfileById(id string, ctx context.Context, dic *di.Container) errors.EdgeX
- func DeleteDeviceProfileByName(name string, ctx context.Context, dic *di.Container) errors.EdgeX
- func GetDeviceProfileByName(name string, ctx context.Context, dic *di.Container) (deviceProfile dtos.DeviceProfile, err errors.EdgeX)
- func UpdateDeviceProfile(d models.DeviceProfile, ctx context.Context, dic *di.Container) (err errors.EdgeX)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDeviceProfile ¶
func AddDeviceProfile(d models.DeviceProfile, ctx context.Context, dic *di.Container) (id string, err errors.EdgeX)
The AddDeviceProfile function accepts the new device profile model from the controller functions and invokes addDeviceProfile function in the infrastructure layer
func AddDeviceService ¶
func AddDeviceService(d models.DeviceService, ctx context.Context, dic *di.Container) (id string, err errors.EdgeX)
The AddDeviceService function accepts the new device service model from the controller function and then invokes AddDeviceService function of infrastructure layer to add new device service
func DeleteDeviceProfileById ¶
DeleteDeviceProfileById delete the device profile by Id
func DeleteDeviceProfileByName ¶
DeleteDeviceProfileByName delete the device profile by name
func GetDeviceProfileByName ¶
func GetDeviceProfileByName(name string, ctx context.Context, dic *di.Container) (deviceProfile dtos.DeviceProfile, err errors.EdgeX)
GetDeviceProfileByName query the device profile by name
func UpdateDeviceProfile ¶
func UpdateDeviceProfile(d models.DeviceProfile, ctx context.Context, dic *di.Container) (err errors.EdgeX)
The UpdateDeviceProfile function accepts the device profile model from the controller functions and invokes updateDeviceProfile function in the infrastructure layer
Types ¶
This section is empty.