package
0.0.0-20240122114842-bbd7aa9bf6fb
Repository: https://github.com/coreos/pkg.git
Documentation: pkg.go.dev

# README

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