Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthJWT ¶
type AuthJWT struct {
generated.UserInformation
}
type ContextKey ¶
type ContextKey string
const ( TokenCtxKey ContextKey = "Token" AuthorizationCtxKey ContextKey = "Authorization" UserAgentCtxKey ContextKey = "UserAgent" RequestId ContextKey = "requestID" RequestReceivedAtCtxKey ContextKey = "ReqReceivedAt" )
contextKey ...
func (ContextKey) String ¶
func (c ContextKey) String() string
Click to show internal directories.
Click to hide internal directories.