github.com/uvalib/orcid-access-ws@v0.0.0-20250612130209-7d062dbabf9d/orcidaccessws/api/healthcheck_result.go (about) 1 package api 2 3 // HealthCheckResult -- used for a health check result; we can have many of these 4 type HealthCheckResult struct { 5 Healthy bool `json:"healthy"` 6 Message string `json:"message,omitempty"` 7 } 8 9 // 10 // end of file 11 //