Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableSudo ¶
EnableSudo Function to be called in an authenticated route, returns a JWT token with sudo privileges
Types ¶
type ValidationBag ¶
type ValidationBag struct {
Errors []ValidationEntry `json:"errors" structs:"errors"`
}
type ValidationEntry ¶
type ValidationResponse ¶
type ValidationResponse struct {
Validation ValidationBag `json:"validation" structs:"validation"`
}
Click to show internal directories.
Click to hide internal directories.