This commit is contained in:
1
2026-01-23 14:59:15 +00:00
parent 95055fe955
commit 53be2cb776
8 changed files with 129 additions and 121 deletions

View File

@@ -25,9 +25,8 @@ type Cmd struct {
//Res reflect.Value //返回体
}
var CmdCache = make(map[uint32]Cmd, 0)
var (
CmdCache = &utils.SyncMap[uint32, Cmd]{} //命令缓存
Logger = glog.New()
Cron = cronex.New() //时间轮