package
0.0.0-20241210162321-a1990c194270
Repository: https://github.com/flutterdizaster/music-library.git
Documentation: pkg.go.dev

# Functions

Logger is a middleware that logs incoming requests and logging some of the details to slog.
MakeChain wraps a list of middlewares in a chain.
NewMetricsMiddleware returns a new Metrics middleware.

# Structs

Metrics is a statefull middleware that records metrics.

# Type aliases

Middleware is a function that takes an http.Handler and returns an http.Handler.