Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type HealthCheckAPI struct + func NewHealthCheckAPI(db *sqlx.DB) *HealthCheckAPI + func (a *HealthCheckAPI) Liveness(c fiber.Ctx) error + func (a *HealthCheckAPI) Readiness(c fiber.Ctx) error