Expand description
Contains all healthcheck based server utilities.
Structs§
- Health
Reporter - A handle providing methods to update the health status of gRPC services. A
HealthReporteris connected to aHealthServerwhich serves the statuses over thegrpc.health.v1.Healthservice. - Health
Service - A service providing implementations of gRPC health checking protocol.
Functions§
- health_
reporter - Creates a
HealthReporterand a linkedHealthServerpair. Together, these types can be used to serve the gRPC Health Checking service.