Versions in this module Expand all Collapse all v0 v0.1.0 Aug 21, 2021 Changes in this version + type Server struct + func NewServer(log *zerolog.Logger, b backend.Backend, hcCfg config.GRPCHealthCheckConfig) (*Server, error) + func (s *Server) Address() string + func (s *Server) Check(_ context.Context, _ *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error) + func (s *Server) Serve(ctx context.Context) error