Documentation
¶
Index ¶
Constants ¶
View Source
const ( GatewayService = "gateway" AuthService = "auth" EventService = "events" FightersService = "fighters" )
Services names used in the application
View Source
const ( DefaultPasswordLength = 64 DefaultSaltLength = 32 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextField ¶
type ContextField string
ContextField represents keys used to store values in the context.
const ( ContextUserId ContextField = "user_id" ContextFlags ContextField = "flags" ContextClaim ContextField = "root_claim" ContextJWTPointer ContextField = "jwt_pointer" )
Constants defining keys for commonly used context values.
Click to show internal directories.
Click to hide internal directories.