Versions in this module Expand all Collapse all v0 v0.0.1 Nov 6, 2024 Changes in this version + type HealthzServer struct + func (h *HealthzServer) Handle(w http.ResponseWriter, r *http.Request) + func (h *HealthzServer) Shutdown() error + func (h *HealthzServer) Start(ctx context.Context, addr string) error + type MetricsServer struct + func (m *MetricsServer) Shutdown() error + func (m *MetricsServer) Start(ctx context.Context, addr string) error + type Service struct + Config *config.Config + Healthz *HealthzServer + Metrics *MetricsServer + func New(cfg *config.Config) *Service + func (s *Service) Shutdown() + func (s *Service) Start(ctx context.Context)