# Functions
No description provided by the author
NewClient returns a client to interact with Health API endpoint.
NewGetAndPostHandler returns a health handler that supports GET and jsonrpc POST requests.
NewGetHandler return a health handler that supports GET requests reporting the result of the provided [reporter].
# Structs
APIHealthReply is the response for Health.
No description provided by the author
No description provided by the author
# Interfaces
Checker can have its health checked.
Client interface for Avalanche Health API Endpoint.
Health defines the full health service interface for registering, reporting and refreshing health checks.
Registerer defines how to register new components to check the health of.
Reporter returns the current health status.
# Type aliases
No description provided by the author