Documentation ¶
Index ¶
Constants ¶
View Source
const ( // XRequestIDKey 用来定义 Gin 上下文中的键,代表请求的 uuid. XRequestIDKey = "X-Request-ID" // XUsernameKey 用来定义 Gin 上下文的键,代表请求的所有者. XUsernameKey = "X-Username" // XUsernameKey 用来定义 Gin 上下文的键,代表请求的所有者. XUserIDKey = "X-UserID" AdminRoleName = "admin" LeaderRoleName = "leader" UserRolesKey = "roles" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.