实现远程升级节点

This commit is contained in:
GoEdgeLab
2020-10-28 12:35:49 +08:00
parent 0bf5859112
commit 97b5405fcf
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)).