Documentation ¶ Index ¶ func New(opts Options) *middleware type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(opts Options) *middleware Types ¶ type Options ¶ added in v1.13.0 type Options struct { // Metadata is the metadata helper. Meta *meta.Meta // RegistryHTTP is the HTTP middleware registry. RegistryHTTP *compmiddlehttp.Registry // HTTP is the HTTP middleware pipeline. HTTP *http.HTTP } Source Files ¶ View all Source files middleware.go Click to show internal directories. Click to hide internal directories.