fix: issues
This commit is contained in:
9
backend/pkg/consts/ctx.go
Normal file
9
backend/pkg/consts/ctx.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package consts
|
||||
|
||||
// swagger:enum CacheKey
|
||||
// ENUM(
|
||||
// Tx = "__ctx_db:",
|
||||
// Jwt = "__jwt_token:",
|
||||
// Claim = "__jwt_claim:",
|
||||
// )
|
||||
type CtxKey string
|
||||
Reference in New Issue
Block a user