Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthResult ¶
HealthResult is the parsed output from a health probe.
func ParseHealthJSON ¶
func ParseHealthJSON(stdout []byte) (*HealthResult, error)
ParseHealthJSON extracts health status from stdout bytes. Handles leading noise by scanning for the first '{' character.
Click to show internal directories.
Click to hide internal directories.