Versions in this module Expand all Collapse all v1 v1.0.0 Jun 21, 2023 Changes in this version + type Server struct + func NewServer() *Server + func (s *Server) Check(ctx context.Context, in *healthpb.HealthCheckRequest) (*healthpb.HealthCheckResponse, error) + func (s *Server) Resume() + func (s *Server) SetServingStatus(service string, servingStatus healthpb.HealthCheckResponse_ServingStatus) + func (s *Server) Shutdown() + func (s *Server) Watch(in *healthpb.HealthCheckRequest, stream healthgrpc.Health_WatchServer) error