mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 19:20:24 +08:00
增加节点停止、启动、安装测试等功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user