Module server

Source
Expand description

Contains all healthcheck based server utilities.

Structs§

HealthReporter
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.
HealthService
A service providing implementations of gRPC health checking protocol.

Functions§

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