package
1.4.5
Repository: https://github.com/raylin666/go-utils.git
Documentation: pkg.go.dev

# Functions

Chain returns a Middleware that specifies the chained handler for endpoint.
HTTPChain returns a HTTPHandler that specifies the chained handler for HTTP Router.

# Type aliases

Handler defines the handler invoked by Middleware.
HTTPHandler is a function which receives an http.Handler and returns another http.Handler.
Middleware is HTTP/gRPC transport middleware.