jason 075d766964 first | vor 3 Jahren | |
---|---|---|
.. | ||
README.md | vor 3 Jahren | |
health.go | vor 3 Jahren | |
health_test.go | vor 3 Jahren |
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