Documentation ¶
Index ¶
- func DisableMachine(ctx *gin.Context)
- func DisableUser(ctx *gin.Context)
- func EnabledMachine(ctx *gin.Context)
- func EnabledUser(ctx *gin.Context)
- func Info(ctx *gin.Context)
- func ListLogger(ctx *gin.Context)
- func ListLoggerTypes(ctx *gin.Context)
- func ListMachines(ctx *gin.Context)
- func ListTokens(ctx *gin.Context)
- func ListUser(ctx *gin.Context)
- func Login(ctx *gin.Context)
- func RegisterNewUser(ctx *gin.Context)
- func UpdateLevelUser(ctx *gin.Context)
- func UpdateUserPassword(ctx *gin.Context)
- func UserDetails(ctx *gin.Context)
- func UsernameExistVerify(ctx *gin.Context)
- func ValidMachine(ctx *gin.Context)
- type LoginRequest
- type RegisterUserRequest
- type UpdateLevelRequestBody
- type UpdateUserRequest
- type ValidMachineJsonResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableMachine ¶
func DisableUser ¶
func EnabledMachine ¶
func EnabledUser ¶
func ListLogger ¶
func ListLoggerTypes ¶
func ListMachines ¶
func ListTokens ¶
func RegisterNewUser ¶
func UpdateLevelUser ¶
func UpdateUserPassword ¶
func UserDetails ¶
func UsernameExistVerify ¶
func ValidMachine ¶
Types ¶
type LoginRequest ¶
type RegisterUserRequest ¶
type UpdateLevelRequestBody ¶
type UpdateUserRequest ¶
type UpdateUserRequest struct {
Password string `json:"password"`
}
Click to show internal directories.
Click to hide internal directories.