The HealthAPI provides handlers for the health information.
| 12 | |
| 13 | // The HealthAPI provides handlers for the health information. |
| 14 | type HealthAPI struct { |
| 15 | DB HealthDatabase |
| 16 | } |
| 17 | |
| 18 | // Health returns health information. |
| 19 | // swagger:operation GET /health health getHealth |
nothing calls this directly
no outgoing calls
no test coverage detected