logo
Expand description

Contains all healthcheck based server utilities.

Structs

A handle providing methods to update the health status of gRPC services. A HealthReporter is connected to a HealthServer which serves the statuses over the grpc.health.v1.Health service.

A service providing implementations of gRPC health checking protocol.

Functions

Creates a HealthReporter and a linked HealthServer pair. Together, these types can be used to serve the gRPC Health Checking service.