# Functions
DefaultHealthz installs the default healthz check to the http.DefaultServeMux.
InstallHandler registers a handler for health checking on the path "/healthz" to mux.
NamedCheck returns a health checker for the given name and function.
# Variables
PingHealthz returns true automatically when checked.
# Interfaces
HealthzChecker is a named healthz check.