配置更新时立即向集群节点发消息

This commit is contained in:
GoEdgeLab
2020-10-09 12:03:32 +08:00
parent b64089335e
commit c1a4083a87
13 changed files with 36 additions and 39 deletions

View File

@@ -97,6 +97,7 @@ func (this *IndexAction) RunGet(params struct{}) {
serverMaps = append(serverMaps, maps.Map{
"id": server.Id,
"isOn": server.IsOn,
"name": server.Name,
"cluster": maps.Map{
"id": server.Cluster.Id,