阶段性提交

This commit is contained in:
GoEdgeLab
2020-08-21 12:32:33 +08:00
parent f3156dd6b5
commit 8fedd221fc
20 changed files with 2294 additions and 263 deletions

View File

@@ -9,6 +9,7 @@ import "model_node_login.proto";
message Node {
int64 id = 1;
string name = 2;
string status = 3;
NodeCluster cluster = 32;
NodeLogin login = 33;