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 aHealthServer
which serves the statuses over thegrpc.health.v1.Health
service. - A service providing implementations of gRPC health checking protocol.
Functions§
- Creates a
HealthReporter
and a linkedHealthServer
pair. Together, these types can be used to serve the gRPC Health Checking service.