package
0.0.0-20240506201820-90f908540ee0
Repository: https://github.com/lucastomic/msbaseproj.git
Documentation: pkg.go.dev
# Functions
ChainMiddleware takes an http.HandlerFunc, an errorHandler, and a variable number of Middleware interfaces.
No description provided by the author
NewLoggingMiddleware initializes and returns a new instance of logginMiddleware with the provided logging.Logger.
NewRequestIDMiddleware creates and returns a new instance of requestIDMiddleware.
# Structs
No description provided by the author
# Interfaces
Middleware defines an interface for HTTP middleware components in the application.