Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateDeviceStatus ¶
Types ¶
type Device ¶
type Device struct {
Id int64
Name string `form:"name" binding:"required" json:"name"`
Type string `form:"type" binding:"required" json:"type"`
OS string `form:"os" binding:"required" json:"os"`
OsVersion string `form:"os_version" json:"os_version" binding:"required"`
Status string
}
func GetAllDevices ¶
func GetDeviceWithName ¶
Click to show internal directories.
Click to hide internal directories.