package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Health struct {
Status Status `json:"status"`
IAM string `json:"iam,omitempty"`
}
Health of the service
swagger:model health
Status type defines the available statuses for the health of the service
swagger:enum Status
const (
StatusAlive Status = "Alive"
StatusDegraded Status = "Degraded"
StatusUnavailable Status = "Unavailable"
)
Available statuses
Source Files
¶
Click to show internal directories.
Click to hide internal directories.