package health

Import Path
	google.golang.org/grpc/health (on go.dev)

Dependency Relation
	imports 14 packages, and imported by 0 packages

Involved Source Files client.go logging.go producer.go Package health provides a service that exposes server's health and it must be imported to enable support for client-side health checks.
Package-Level Type Names (total 3, in which 1 is exported)
/* sort exporteds by: | */
Server implements `service Health`. UnimplementedHealthServer healthgrpc.UnimplementedHealthServer Check implements `service Health`. List implements `service Health`. Resume sets all serving status to SERVING, and configures the server to accept all future status changes. This changes serving status for all services. To set status for a particular services, call SetServingStatus(). SetServingStatus is called when need to reset the serving status of a service or insert a new service entry into the statusMap. Shutdown sets all serving status to NOT_SERVING, and configures the server to ignore all future status changes. This changes serving status for all services. To set status for a particular services, call SetServingStatus(). Watch implements `service Health`. *Server : google.golang.org/grpc/health/grpc_health_v1.HealthServer func NewServer() *Server
Package-Level Functions (total 5, in which 1 is exported)
NewServer returns a new Server.
Package-Level Variables (total 4, none are exported)
Package-Level Constants (total 2, neither is exported)