# Functions
NewServiceStatusVerifier is a http.Handler that checks if the service is ready to serve, and if so, chain the Delegate handler, otherwise call's the Error handler it returns an error.
# Structs
ServiceReadyVerifier is a http.Handler that checks if the service is ready to serve, and if so, chain the Delegate handler, otherwise call's the Error handler.
# Interfaces
ServiceStatus specifies an interface to check if the service is ready to serve requests.