Documentation
¶
Index ¶
Constants ¶
View Source
const ( HeaderJWT = "Authorization" HeaderJWTRefresh = "new-token" )
View Source
const ( Second int64 = 1 Minute = 60 * Second Hour = 60 * Minute Day = 24 * Hour Week = 7 * Day Month = 30 * Day Year = 365 * Day )
以秒为单位的时间常量, 用于定义时间段
View Source
const CtxUserID = "ctx_user_id"
View Source
const CtxUserLoginFlag = "ctx_user_login_flag" // 存储user_id,用于更新jwt
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.