jason 075d766964 first | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=3) %!d(string=hai) anos | |
health.go | %!s(int64=3) %!d(string=hai) anos | |
health_test.go | %!s(int64=3) %!d(string=hai) anos |
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