增加节点停止、启动、安装测试等功能

This commit is contained in:
GoEdgeLab
2020-10-27 12:33:18 +08:00
parent f52c8e7cda
commit 6580078365
4 changed files with 680 additions and 295 deletions

View File

@@ -11,7 +11,7 @@ import "model_node_ip_address.proto";
message Node {
int64 id = 1;
string name = 2;
string status = 3;
bytes statusJSON = 3;
string installDir = 4;
bool isInstalled = 5;
string code = 6;