Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Middleware app.HandlerFunc MiddlewareOptions config.MiddlwareOptions }
type ParallelMiddleware ¶
type ParallelMiddleware struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(options []*Options) *ParallelMiddleware
func (*ParallelMiddleware) ServeHTTP ¶
func (m *ParallelMiddleware) ServeHTTP(ctx context.Context, c *app.RequestContext)
Click to show internal directories.
Click to hide internal directories.