Versions in this module Expand all Collapse all v0 v0.45.0 Aug 26, 2026 Changes in this version + const DefaultPort + const MetricsPath + func NotServedHereHandler() http.Handler + func ResolvePort(configured int) int + type Server struct + func New(host string, port int, metricsHandler http.Handler) (*Server, error) + func (s *Server) Addr() string + func (s *Server) Port() int + func (s *Server) Start() error + func (s *Server) Stop(ctx context.Context) error