Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMiddleware ¶
func NewMiddleware()
Types ¶
type HandlerFunc ¶
type Middleware ¶
type Middleware func(HandlerFunc) HandlerFunc
func Chain ¶
func Chain(outer Middleware, others ...Middleware) Middleware
Click to show internal directories.
Click to hide internal directories.