system

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleGetSystemInfo

func HandleGetSystemInfo(c echo.Context) error

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

func HandleGetSystemTime(c echo.Context) error

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

func HandleUpload(c echo.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL