实现远程升级节点

This commit is contained in:
刘祥超
2020-10-28 12:35:49 +08:00
parent 693409495e
commit 3e520c4863
16 changed files with 299 additions and 29 deletions

View File

@@ -17,6 +17,8 @@ func init() {
GetPost("/installNodes", new(InstallNodesAction)).
GetPost("/installRemote", new(InstallRemoteAction)).
Post("/installStatus", new(InstallStatusAction)).
GetPost("/upgradeRemote", new(UpgradeRemoteAction)).
Post("/upgradeStatus", new(UpgradeStatusAction)).
GetPost("/delete", new(DeleteAction)).
GetPost("/createNode", new(CreateNodeAction)).
GetPost("/createBatch", new(CreateBatchAction)).