feat: add features

This commit is contained in:
Rogee
2024-11-29 20:28:37 +08:00
parent 3d7ee40a7a
commit d1a2a80859
8 changed files with 337 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
package consts
// swagger:enum CacheKey
// ENUM(
// Tx = "__ctx_db:",
// Jwt = "__jwt_token:",
// Session = "__session_user:",
// )
type CtxKey string