This commit is contained in:
Sun
2023-11-08 21:53:07 +08:00
commit 211c3071dc
245 changed files with 39293 additions and 0 deletions
@@ -0,0 +1,16 @@
package cUserToken
import (
"sun-panel/global"
"sun-panel/lib/cache"
"time"
)
func InitCUserToken() cache.Cacher[string] {
return global.NewCache[string](72*time.Hour, 48*time.Hour, "CUserToken")
}
// func InitVerifyCodeCachePool() {
// global.VerifyCodeCachePool = cache.NewGoCache(10*time.Minute, 60*time.Second)
// }