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

This commit is contained in:
GoEdgeLab
2021-05-26 14:40:21 +08:00
parent 5bc100d59e
commit e9162bddd8
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;
}