Documentation ¶
Index ¶
Constants ¶
View Source
const ( // URL PATH UploadFile = "/uploadfile" Name = "name" )
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)
Click to show internal directories.
Click to hide internal directories.