Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthStatus ¶
type HealthStatus struct { CPU float64 `json:"cpu"` CPUPercentage float64 `json:"cpuPercentage"` RAM float64 `json:"ram"` RAMPercentage float64 `json:"ramPercentage"` RAMMax float64 `json:"ramMax"` }
func CheckHealth ¶
func CheckHealth() (HealthStatus, error)
Click to show internal directories.
Click to hide internal directories.