可以直接在节点启动时自动注册节点

This commit is contained in:
刘祥超
2020-10-17 11:14:44 +08:00
parent 2068b6bd89
commit 835b6f5e41
6 changed files with 946 additions and 512 deletions

View File

@@ -9,4 +9,6 @@ message NodeCluster {
int64 createdAt = 3;
int64 grantId = 4;
string installDir = 5;
string uniqueId = 6;
string secret = 7;
}