![]() |
há 8 anos atrás | |
---|---|---|
.. | ||
README.md | há 8 anos atrás | |
health.go | há 8 anos atrás | |
health_test.go | há 8 anos atrás |
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