Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
func Compose ¶
func Compose(m ...Middleware) Middleware
Compose runs a sequence of middleware, while maintaining the middleware interface, so it could be used in a cobra command.
Click to show internal directories.
Click to hide internal directories.