Files
mp-qvyun/backend/common/consts/ctx.go
2024-12-07 18:48:05 +08:00

10 lines
150 B
Go

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