实现最基本的域名服务节点管理

This commit is contained in:
刘祥超
2021-05-26 14:40:21 +08:00
parent b5f759dd6b
commit 7b0dbe1a9c
11 changed files with 1641 additions and 215 deletions

View File

@@ -8,4 +8,5 @@ message NSCluster {
int64 id = 1;
bool isOn = 2;
string name = 3;
string installDir = 4;
}