# Functions
NewHealthCheck creates a new health check middleware at the specified path.
NewHealthCheckMW creates a new health check middleware at the specified path.
NewTracer creates a new health check middleware at the specified path.
NewTracingMW creates a new health check middleware at the specified path.
OperationNameFunc returns a MWOption that uses given function f to generate operation name for each server-side span.
# Structs
HealthCheck is a middleware that serves healthcheck information.
Tracer is a middleware that traces HTTP requests.
# Type aliases
HealthChecker is executed to verify health of the service.
MWOption contols the behavior of the Middleware.