Files
mp-qvyun/backend/common/consts/ctx.go
2024-11-29 20:28:37 +08:00

10 lines
155 B
Go

package consts
// swagger:enum CacheKey
// ENUM(
// Tx = "__ctx_db:",
// Jwt = "__jwt_token:",
// Session = "__session_user:",
// )
type CtxKey string