Versions in this module Expand all Collapse all v0 v0.5.3 Feb 23, 2024 v0.5.2 Feb 23, 2024 Changes in this version + type HealthCheck = health.Check + type Server struct + func NewServer(cfg ServerConfig) *Server + func (s *Server) ListenAndServe(ctx context.Context) error + type ServerConfig struct + Address string + Debug bool + LivenessCheck health.Check + ReadinessCheck health.Check