集群设置中增加服务设置

This commit is contained in:
刘祥超
2022-09-16 18:42:14 +08:00
parent 7f811997a9
commit 8c72540a6e
9 changed files with 215 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ type NodeCluster struct {
Webp dbs.JSON `field:"webp"` // WebP设置
Uam dbs.JSON `field:"uam"` // UAM设置
Clock dbs.JSON `field:"clock"` // 时钟配置
GlobalServerConfig dbs.JSON `field:"globalServerConfig"` // 全局服务配置
}
type NodeClusterOperator struct {
@@ -71,6 +72,7 @@ type NodeClusterOperator struct {
Webp any // WebP设置
Uam any // UAM设置
Clock any // 时钟配置
GlobalServerConfig any // 全局服务配置
}
func NewNodeClusterOperator() *NodeClusterOperator {