Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextKey ¶
type ContextKey string
ContextKey defines the type that the middleware will use to set / get http.Request context values
const ( // ContextKeyToken is used to get / set the bearer token in the http.Request context ContextKeyToken ContextKey = "token" )
Click to show internal directories.
Click to hide internal directories.