Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitHttpServer ¶
func InitHttpServer()
Types ¶
type HealthReport ¶
type HealthReport struct { Kubernetes K8sReport `json:"kubernetes"` RorApi RorApiReport `json:"rorApi"` ErrorCount int `json:"errorCount"` }
type HealthStatus ¶
type HealthStatus struct { Status string `json:"status"` Report HealthReport `json:"report"` }
type RorApiReport ¶
type RorApiReport struct {
GotToken bool `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.