增加节点IP地址管理等功能

This commit is contained in:
刘祥超
2020-08-30 16:12:00 +08:00
parent 844503dcb8
commit 5c17caa416
25 changed files with 3945 additions and 311 deletions

View File

@@ -10,6 +10,11 @@ message Node {
int64 id = 1;
string name = 2;
string status = 3;
string installDir = 4;
bool isInstalled = 5;
string code = 6;
string uniqueId = 7;
string secret = 8;
NodeCluster cluster = 32;
NodeLogin login = 33;