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