Versions in this module Expand all Collapse all v0 v0.7.1 Aug 12, 2020 Changes in this version + func Register() *services.ServiceInfo + type HealthServer interface + Check func(ctx context.Context, in *healthpb.HealthCheckRequest) (*healthpb.HealthCheckResponse, error) + Resume func() + SetServingStatus func(service string, servingStatus healthpb.HealthCheckResponse_ServingStatus) + Shutdown func() + Watch func(in *healthpb.HealthCheckRequest, stream healthgrpc.Health_WatchServer) error + func FromContext(ctx context.Context) (HealthServer, error) + func FromInitContext(init *services.InitContext) (HealthServer, error)