//
pkg.gl
Category
github.com/dictyBase/go-middlewares
middlewares
chain
package
1.0.6
Repository:
https://github.com/dictybase/go-middlewares.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
25 SLOC
#
Functions
NewChain
NewChain is a constructor for a new chain.
#
Structs
Chain
Chain keeps a stack of net/http middlewares.
#
Type aliases
MiddlewareFn
MiddlewareFn is a signature type for net/http middleware.