Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handle ¶
type Handle struct {
C <-chan struct{}
}
Handle holds the token and the channel for components to use
func (*Handle) Deregister ¶
Deregister allows a component to easily deregister itself
type Status ¶
Status represents the current status of registered components it is built and returned by GetStatus()
func GetStatusNonBlocking ¶
GetStatusNonBlocking allows to query the health status of the agent and is guaranteed to return under 500ms.
Click to show internal directories.
Click to hide internal directories.