Documentation
¶
Overview ¶
Package status implements the lango status command — a unified status dashboard.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeatureInfo ¶
type FeatureInfo struct {
Name string `json:"name"`
Enabled bool `json:"enabled"`
Detail string `json:"detail,omitempty"`
}
FeatureInfo describes a feature's status.
type StatusInfo ¶
type StatusInfo struct {
Version string `json:"version"`
Profile string `json:"profile"`
ServerUp bool `json:"serverUp"`
Gateway string `json:"gateway"`
Provider string `json:"provider"`
Model string `json:"model"`
Features []FeatureInfo `json:"features"`
Channels []string `json:"channels"`
ServerInfo *LiveInfo `json:"serverInfo,omitempty"`
}
StatusInfo holds all collected status data.
Click to show internal directories.
Click to hide internal directories.