增加集群部署支持,修复定时任务分组添加后选项不显示

This commit is contained in:
孟帅
2023-07-26 16:49:09 +08:00
parent 996ed818ee
commit 12bf36cd15
22 changed files with 1185 additions and 529 deletions

View File

@@ -0,0 +1,12 @@
// Package consts
// @Link https://github.com/bufanyun/hotgo
// @Copyright Copyright (c) 2023 HotGo CLI
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package consts
const (
ClusterSyncSysconfig = "cluster.sync.sysConfig" // 系统配置
ClusterSyncSysBlacklist = "cluster.sync.sysBlacklist" // 系统黑名单
ClusterSyncSysSuperAdmin = "cluster.sync.superAdmin" // 超管
)