Documentation ¶
Index ¶
- type DeviceProfileController
- func (dc *DeviceProfileController) AddDeviceProfile(w http.ResponseWriter, r *http.Request)
- func (dc *DeviceProfileController) AddDeviceProfileByYaml(w http.ResponseWriter, r *http.Request)
- func (dc *DeviceProfileController) DeleteDeviceProfileById(w http.ResponseWriter, r *http.Request)
- func (dc *DeviceProfileController) DeleteDeviceProfileByName(w http.ResponseWriter, r *http.Request)
- func (dc *DeviceProfileController) GetDeviceProfileByName(w http.ResponseWriter, r *http.Request)
- func (dc *DeviceProfileController) UpdateDeviceProfileByYaml(w http.ResponseWriter, r *http.Request)
- type DeviceServiceController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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(w http.ResponseWriter, r *http.Request)
func (*DeviceProfileController) AddDeviceProfileByYaml ¶
func (dc *DeviceProfileController) AddDeviceProfileByYaml(w http.ResponseWriter, r *http.Request)
func (*DeviceProfileController) DeleteDeviceProfileById ¶
func (dc *DeviceProfileController) DeleteDeviceProfileById(w http.ResponseWriter, r *http.Request)
func (*DeviceProfileController) DeleteDeviceProfileByName ¶
func (dc *DeviceProfileController) DeleteDeviceProfileByName(w http.ResponseWriter, r *http.Request)
func (*DeviceProfileController) GetDeviceProfileByName ¶
func (dc *DeviceProfileController) GetDeviceProfileByName(w http.ResponseWriter, r *http.Request)
func (*DeviceProfileController) UpdateDeviceProfileByYaml ¶
func (dc *DeviceProfileController) UpdateDeviceProfileByYaml(w http.ResponseWriter, r *http.Request)
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(w http.ResponseWriter, r *http.Request)
func (*DeviceServiceController) GetDeviceServiceByName ¶
func (dc *DeviceServiceController) GetDeviceServiceByName(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.