package models // HealthResponse represents the health check response type HealthResponse struct { Status string `json:"status"` Services map[string]string `json:"services,omitempty"` }