Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TokenAuth *jwtauth.JWTAuth
TokenAuth holds the JWT authentication token
Functions ¶
func FetchPublicKeyFromURL ¶
FetchPublicKeyFromURL fetches the public key from a JWKS URL and initializes TokenAuth
func SetupRoutes ¶
Types ¶
type ConsolesResponse ¶
type ConsolesResponse struct {
Consoles []nodes.NodeConsoleInfo `json:"consoles"`
}
type HealthResponse ¶
type HealthResponse struct {
NumberConsoles string `json:"consoles"`
LastHardwareUpdate string `json:"hardwareupdate"`
}
HealthResponse - used to report service health stats
Click to show internal directories.
Click to hide internal directories.