Documentation
¶
Index ¶
- type DeviceCommandController
- type DeviceController
- func (dc *DeviceController) AddDevice(c echo.Context) error
- func (dc *DeviceController) AllDevices(c echo.Context) error
- func (dc *DeviceController) DeleteDeviceByName(c echo.Context) error
- func (dc *DeviceController) DeviceByName(c echo.Context) error
- func (dc *DeviceController) DeviceNameExists(c echo.Context) error
- func (dc *DeviceController) DevicesByProfileName(c echo.Context) error
- func (dc *DeviceController) DevicesByServiceName(c echo.Context) error
- func (dc *DeviceController) PatchDevice(c echo.Context) error
- type DeviceProfileController
- func (dc *DeviceProfileController) AddDeviceProfile(c echo.Context) error
- func (dc *DeviceProfileController) AddDeviceProfileByYaml(c echo.Context) error
- func (dc *DeviceProfileController) AllDeviceProfileBasicInfos(c echo.Context) error
- func (dc *DeviceProfileController) AllDeviceProfiles(c echo.Context) error
- func (dc *DeviceProfileController) DeleteDeviceProfileByName(c echo.Context) error
- func (dc *DeviceProfileController) DeviceProfileByName(c echo.Context) error
- func (dc *DeviceProfileController) DeviceProfilesByManufacturer(c echo.Context) error
- func (dc *DeviceProfileController) DeviceProfilesByManufacturerAndModel(c echo.Context) error
- func (dc *DeviceProfileController) DeviceProfilesByModel(c echo.Context) error
- func (dc *DeviceProfileController) PatchDeviceProfileBasicInfo(c echo.Context) error
- func (dc *DeviceProfileController) UpdateDeviceProfile(c echo.Context) error
- func (dc *DeviceProfileController) UpdateDeviceProfileByYaml(c echo.Context) error
- type DeviceResourceController
- func (dc *DeviceResourceController) AddDeviceProfileResource(c echo.Context) error
- func (dc *DeviceResourceController) DeleteDeviceResourceByName(c echo.Context) error
- func (dc *DeviceResourceController) DeviceResourceByProfileNameAndResourceName(c echo.Context) error
- func (dc *DeviceResourceController) PatchDeviceProfileResource(c echo.Context) error
- type DeviceServiceController
- func (dc *DeviceServiceController) AddDeviceService(c echo.Context) error
- func (dc *DeviceServiceController) AllDeviceServices(c echo.Context) error
- func (dc *DeviceServiceController) DeleteDeviceServiceByName(c echo.Context) error
- func (dc *DeviceServiceController) DeviceServiceByName(c echo.Context) error
- func (dc *DeviceServiceController) PatchDeviceService(c echo.Context) error
- type ProvisionWatcherController
- func (pwc *ProvisionWatcherController) AddProvisionWatcher(c echo.Context) error
- func (pwc *ProvisionWatcherController) AllProvisionWatchers(c echo.Context) error
- func (pwc *ProvisionWatcherController) DeleteProvisionWatcherByName(c echo.Context) error
- func (pwc *ProvisionWatcherController) PatchProvisionWatcher(c echo.Context) error
- func (pwc *ProvisionWatcherController) ProvisionWatcherByName(c echo.Context) error
- func (pwc *ProvisionWatcherController) ProvisionWatchersByProfileName(c echo.Context) error
- func (pwc *ProvisionWatcherController) ProvisionWatchersByServiceName(c echo.Context) error
- type UnitOfMeasureController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceCommandController ¶
type DeviceCommandController struct {
// contains filtered or unexported fields
}
func NewDeviceCommandController ¶
func NewDeviceCommandController(dic *di.Container) *DeviceCommandController
NewDeviceCommandController creates and initializes an DeviceCommandController
func (*DeviceCommandController) AddDeviceProfileDeviceCommand ¶
func (dc *DeviceCommandController) AddDeviceProfileDeviceCommand(c echo.Context) error
func (*DeviceCommandController) DeleteDeviceCommandByName ¶
func (dc *DeviceCommandController) DeleteDeviceCommandByName(c echo.Context) error
func (*DeviceCommandController) PatchDeviceProfileDeviceCommand ¶
func (dc *DeviceCommandController) PatchDeviceProfileDeviceCommand(c echo.Context) error
type DeviceController ¶
type DeviceController struct {
// contains filtered or unexported fields
}
func NewDeviceController ¶
func NewDeviceController(dic *di.Container) *DeviceController
NewDeviceController creates and initializes an DeviceController
func (*DeviceController) AddDevice ¶
func (dc *DeviceController) AddDevice(c echo.Context) error
func (*DeviceController) AllDevices ¶
func (dc *DeviceController) AllDevices(c echo.Context) error
func (*DeviceController) DeleteDeviceByName ¶
func (dc *DeviceController) DeleteDeviceByName(c echo.Context) error
func (*DeviceController) DeviceByName ¶
func (dc *DeviceController) DeviceByName(c echo.Context) error
func (*DeviceController) DeviceNameExists ¶
func (dc *DeviceController) DeviceNameExists(c echo.Context) error
func (*DeviceController) DevicesByProfileName ¶
func (dc *DeviceController) DevicesByProfileName(c echo.Context) error
func (*DeviceController) DevicesByServiceName ¶
func (dc *DeviceController) DevicesByServiceName(c echo.Context) error
func (*DeviceController) PatchDevice ¶
func (dc *DeviceController) PatchDevice(c echo.Context) error
type DeviceProfileController ¶
type DeviceProfileController struct {
// contains filtered or unexported fields
}
func NewDeviceProfileController ¶
func NewDeviceProfileController(dic *di.Container) *DeviceProfileController
NewDeviceProfileController creates and initializes an DeviceProfileController
func (*DeviceProfileController) AddDeviceProfile ¶
func (dc *DeviceProfileController) AddDeviceProfile(c echo.Context) error
func (*DeviceProfileController) AddDeviceProfileByYaml ¶
func (dc *DeviceProfileController) AddDeviceProfileByYaml(c echo.Context) error
func (*DeviceProfileController) AllDeviceProfileBasicInfos ¶
func (dc *DeviceProfileController) AllDeviceProfileBasicInfos(c echo.Context) error
func (*DeviceProfileController) AllDeviceProfiles ¶
func (dc *DeviceProfileController) AllDeviceProfiles(c echo.Context) error
func (*DeviceProfileController) DeleteDeviceProfileByName ¶
func (dc *DeviceProfileController) DeleteDeviceProfileByName(c echo.Context) error
func (*DeviceProfileController) DeviceProfileByName ¶
func (dc *DeviceProfileController) DeviceProfileByName(c echo.Context) error
func (*DeviceProfileController) DeviceProfilesByManufacturer ¶
func (dc *DeviceProfileController) DeviceProfilesByManufacturer(c echo.Context) error
func (*DeviceProfileController) DeviceProfilesByManufacturerAndModel ¶
func (dc *DeviceProfileController) DeviceProfilesByManufacturerAndModel(c echo.Context) error
func (*DeviceProfileController) DeviceProfilesByModel ¶
func (dc *DeviceProfileController) DeviceProfilesByModel(c echo.Context) error
func (*DeviceProfileController) PatchDeviceProfileBasicInfo ¶
func (dc *DeviceProfileController) PatchDeviceProfileBasicInfo(c echo.Context) error
func (*DeviceProfileController) UpdateDeviceProfile ¶
func (dc *DeviceProfileController) UpdateDeviceProfile(c echo.Context) error
func (*DeviceProfileController) UpdateDeviceProfileByYaml ¶
func (dc *DeviceProfileController) UpdateDeviceProfileByYaml(c echo.Context) error
type DeviceResourceController ¶
type DeviceResourceController struct {
// contains filtered or unexported fields
}
func NewDeviceResourceController ¶
func NewDeviceResourceController(dic *di.Container) *DeviceResourceController
NewDeviceResourceController creates and initializes an DeviceResourceController
func (*DeviceResourceController) AddDeviceProfileResource ¶
func (dc *DeviceResourceController) AddDeviceProfileResource(c echo.Context) error
func (*DeviceResourceController) DeleteDeviceResourceByName ¶
func (dc *DeviceResourceController) DeleteDeviceResourceByName(c echo.Context) error
func (*DeviceResourceController) DeviceResourceByProfileNameAndResourceName ¶
func (dc *DeviceResourceController) DeviceResourceByProfileNameAndResourceName(c echo.Context) error
DeviceResourceByProfileNameAndResourceName query the device resource by profileName and resourceName
func (*DeviceResourceController) PatchDeviceProfileResource ¶
func (dc *DeviceResourceController) PatchDeviceProfileResource(c echo.Context) error
type DeviceServiceController ¶
type DeviceServiceController struct {
// contains filtered or unexported fields
}
func NewDeviceServiceController ¶
func NewDeviceServiceController(dic *di.Container) *DeviceServiceController
NewDeviceServiceController creates and initializes an DeviceServiceController
func (*DeviceServiceController) AddDeviceService ¶
func (dc *DeviceServiceController) AddDeviceService(c echo.Context) error
func (*DeviceServiceController) AllDeviceServices ¶
func (dc *DeviceServiceController) AllDeviceServices(c echo.Context) error
func (*DeviceServiceController) DeleteDeviceServiceByName ¶
func (dc *DeviceServiceController) DeleteDeviceServiceByName(c echo.Context) error
func (*DeviceServiceController) DeviceServiceByName ¶
func (dc *DeviceServiceController) DeviceServiceByName(c echo.Context) error
func (*DeviceServiceController) PatchDeviceService ¶
func (dc *DeviceServiceController) PatchDeviceService(c echo.Context) error
type ProvisionWatcherController ¶
type ProvisionWatcherController struct {
// contains filtered or unexported fields
}
func NewProvisionWatcherController ¶
func NewProvisionWatcherController(dic *di.Container) *ProvisionWatcherController
NewProvisionWatcherController creates and initializes an ProvisionWatcherController
func (*ProvisionWatcherController) AddProvisionWatcher ¶
func (pwc *ProvisionWatcherController) AddProvisionWatcher(c echo.Context) error
func (*ProvisionWatcherController) AllProvisionWatchers ¶
func (pwc *ProvisionWatcherController) AllProvisionWatchers(c echo.Context) error
func (*ProvisionWatcherController) DeleteProvisionWatcherByName ¶
func (pwc *ProvisionWatcherController) DeleteProvisionWatcherByName(c echo.Context) error
func (*ProvisionWatcherController) PatchProvisionWatcher ¶
func (pwc *ProvisionWatcherController) PatchProvisionWatcher(c echo.Context) error
func (*ProvisionWatcherController) ProvisionWatcherByName ¶
func (pwc *ProvisionWatcherController) ProvisionWatcherByName(c echo.Context) error
func (*ProvisionWatcherController) ProvisionWatchersByProfileName ¶
func (pwc *ProvisionWatcherController) ProvisionWatchersByProfileName(c echo.Context) error
func (*ProvisionWatcherController) ProvisionWatchersByServiceName ¶
func (pwc *ProvisionWatcherController) ProvisionWatchersByServiceName(c echo.Context) error
type UnitOfMeasureController ¶
type UnitOfMeasureController struct {
// contains filtered or unexported fields
}
func NewUnitOfMeasureController ¶
func NewUnitOfMeasureController(dic *di.Container) *UnitOfMeasureController
func (*UnitOfMeasureController) UnitsOfMeasure ¶
func (uc *UnitOfMeasureController) UnitsOfMeasure(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.