jason 075d766964 first 3 gadi atpakaļ
..
README.md 075d766964 first 3 gadi atpakaļ
health.go 075d766964 first 3 gadi atpakaļ
health_test.go 075d766964 first 3 gadi atpakaļ

README.md

health

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.

Documentation

For more details, visit the docs on gopkgdoc