Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status uint8
Status represents the status of a service.
const ( // Up represents an "up" status. Up Status = iota // Down represents a "down" status. Down )
Status constants represent different status values.
Click to show internal directories.
Click to hide internal directories.