Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChainMiddlewares ¶
func ChainMiddlewares(builders ...middleware.Builder) middleware.Builder
ChainMiddlewares wraps http handlers and return a handler that exec passin http handlers in sequence Notice: income handler sequence(from left to right) stands for from outer to inner say: builders = b1, b2, b3, return b1(b2(b3))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.