优化数据库节点管理

This commit is contained in:
GoEdgeLab
2021-08-30 10:57:03 +08:00
parent aaa05805a8
commit a25a937c0a
4 changed files with 280 additions and 81 deletions

View File

@@ -21,4 +21,5 @@ message DBNodeStatus {
bool isOk = 1;
int64 size = 2;
string error = 3;
string version = 4;
}