package dto type HealthResponse struct { Service string `json:"service"` Status string `json:"status"` Version string `json:"version"` Time string `json:"time"` }