Documentation
¶
Index ¶
- Constants
- type Checker
- type Health
- func (h *Health) Down() *Health
- func (h *Health) GetRTT() int64
- func (h *Health) GetResult() any
- func (h *Health) HasRTT() bool
- func (h *Health) HasResult() bool
- func (h *Health) IsDown() bool
- func (h *Health) IsUnknown() bool
- func (h *Health) IsUp() bool
- func (h *Health) SetRTT(rtt int64) *Health
- func (h *Health) SetResult(result any) *Health
- func (h *Health) Unknown() *Health
- func (h *Health) Up() *Health
- type Status
Constants ¶
View Source
const ( StatusUp = Status("up") StatusDown = Status("down") StatusUnknown = Status("unknown") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.