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

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

@@ -13,6 +13,8 @@ func init() {
Prefix("/clusters").
Get("", new(IndexAction)).
GetPost("/create", new(CreateAction)).
Post("/sync", new(SyncAction)).
Post("/checkChange", new(CheckChangeAction)).
EndAll()
})
}