Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthStatus ¶
type HealthStatus struct {
UserHasPermission bool `json:"user_has_permission" yaml:"user_has_permission"`
Reachable bool `json:"reachable" yaml:"reachable"`
UpstreamAuthenticated bool `json:"upstream_authenticated" yaml:"upstream_authenticated"`
OverallHealth bool `json:"overall_health" yaml:"overall_health"`
Message string `json:"message" yaml:"message"`
}
Click to show internal directories.
Click to hide internal directories.