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

This commit is contained in:
刘祥超
2020-10-09 12:03:32 +08:00
parent 37130d2e23
commit 6a3374e5ff
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()
})
}