health

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Health

type Health struct {
	Status Status `json:"status"`
	IAM    string `json:"iam,omitempty"`
}

Health of the service swagger:model health

type Status

type Status string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL