可以清理数据库节点的数据表

This commit is contained in:
GoEdgeLab
2021-01-19 22:05:54 +08:00
parent f43745d35f
commit f13c4a9a14
4 changed files with 701 additions and 152 deletions

View File

@@ -14,4 +14,11 @@ message DBNode {
string username = 8;
string password = 9;
string charset = 10;
DBNodeStatus status = 30;
}
message DBNodeStatus {
bool isOk = 1;
int64 size = 2;
string error = 3;
}