# Functions
Healthcheck calls every registered Healthchecker and summarize their output.
RegisterHealthchecker registers a Healthchecker function which will be part of Healthchecks.
# Type aliases
A Healthchecker function is a method returning the Status of the tested service.