# Packages
No description provided by the author
# Functions
NewConfig returns a new config populated with default values.
NewHealthCollector returns a new healthz.Collector.
NewServer creates a new debug server.
NewStatusChecker returns a new healthz.StatusChecker with "Healthy" as the default value.
# Variables
ErrServerClosed is returned by the underlying server when it stops listening after graceful or forceful shutdown is initiated.
# Structs
Config holds a list of options used during the debug server construction.
ServerParams provides a set of dependencies for a debug server constructor.
# Interfaces
Handler accepts an http.Handler or http.HandlerFunc and registers it for a pattern.