Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + type HealthCheck struct + func NewHealthCheck(db *pgxpool.Pool) *HealthCheck + func (hc *HealthCheck) Liveness(w http.ResponseWriter, _ *http.Request) + func (hc *HealthCheck) Readiness(w http.ResponseWriter, r *http.Request)