jason 075d766964 first | 3 år sedan | |
---|---|---|
.. | ||
README.md | 3 år sedan | |
health.go | 3 år sedan | |
health_test.go | 3 år sedan |
A simple framework for implementing an HTTP health check endpoint on servers.
Users implement their health.Checkable
types, and create a health.Checker
, from which they can get an http.HandlerFunc
using health.Checker.MakeHealthHandlerFunc
.
For more details, visit the docs on gopkgdoc