feat:black jwt

This commit is contained in:
songzhibin97
2021-09-01 18:40:06 +08:00
parent 20876243ed
commit 14fd932829
4 changed files with 37 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ package global
import (
"github.com/flipped-aurora/gin-vue-admin/server/utils/timer"
"github.com/songzhibin97/gkit/cache/local_cache"
"golang.org/x/sync/singleflight"
@@ -23,4 +24,6 @@ var (
GVA_LOG *zap.Logger
GVA_Timer timer.Timer = timer.NewTimerTask()
GVA_Concurrency_Control = &singleflight.Group{}
BlackCache local_cache.Cache
)