优化数据库节点管理

This commit is contained in:
刘祥超
2021-08-30 10:57:03 +08:00
parent 0c014ced0c
commit d64f8cdf0f
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;
}