Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UserID define the key to setup the ID of the hostname UserID = "user.id" // UserIP define the key to setup the user IP address into the context header UserIP = "user.ip" // UserRoles define roles associated to the user UserRoles = "user.roles" // Username is the common user name Username = "user.name" // UserHostname define the key to setup the user hostname into the context header UserHostname = "user.hostname" // Authorization define the key into the context header Authorization = "authorization" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.