Files
atomctl/templates/project/pkg/consts/ctx.go.tpl
2024-12-18 19:42:10 +08:00

10 lines
150 B
Smarty

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