Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGetSystemInfo ¶
HandleGetSystemInfo get information of system. @Summary Get information of system @ID get-system-info @Produce json @Security Bearer @Success 200 {object} systemInfoData @Failure 401 {object} echo.HTTPError "Unauthorized" @Failure 500 {object} echo.HTTPError "Internal Server error" @Router /system/info [get] @Tags System
func HandleGetSystemTime ¶
HandleGetSystemTime get current time of system. @Summary Get current time of system @ID get-system-time @Produce json @Security Bearer @Success 200 {object} systemTimeData @Failure 401 {object} echo.HTTPError "Unauthorized" @Failure 500 {object} echo.HTTPError "Internal Server error" @Router /system/time [get] @Tags System
func HandleUpload ¶
Types ¶
This section is empty.