Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct { Tracer middleware.Tracer // contains filtered or unexported fields }
func New ¶
func New(opts ...Option) *Middleware
func (*Middleware) Middleware ¶
func (m *Middleware) Middleware() func(http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.