The HealthDatabase interface for encapsulating database access.
| 7 | |
| 8 | // The HealthDatabase interface for encapsulating database access. |
| 9 | type HealthDatabase interface { |
| 10 | Ping() error |
| 11 | } |
| 12 | |
| 13 | // The HealthAPI provides handlers for the health information. |
| 14 | type HealthAPI struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…