Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Middleware ¶
Middleware wraps an http.Handler, returning a new http.Handler.
func InjectLogger ¶
func InjectLogger(log logr.Logger) Middleware
InjectLogger is a Middleware to inject the given logr.Logger into the http.Request.Context.
Click to show internal directories.
Click to hide internal directories.