package api const Path_Health = "GET /health" type ( HealthReq struct{} HealthRes struct { Status string } )