Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteDevices ¶
DeleteDevices godoc @Summary Delete devices @Description Delete devices @Tags user @Accept json @Produce json @Param devices body []uint true "Devices to be deleted" @Success 200 {string} JSON "{"message": "Devices deleted successfully", "deleted": [1, 2, 3]}" @Security AccessToken @Router /user/devices [delete]
func GetDevices ¶
GetDevices godoc @Summary Get devices @Description Get devices @Tags user @Accept json @Produce json @Success 200 {object} models.DeviceListResponse @Security AccessToken @Router /user/devices [get]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.