Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add HealthCheck and HealthCheckable | Gareth Rees | 2014-09-25 | -0/+28 |
HealthCheck is a basic library for creating health checks. HealthCheck works with any class so long as it includes HealthCheckable and defines the `check` method. |