IP地址信息中增加isHealthy字段

This commit is contained in:
刘祥超
2022-04-22 21:56:41 +08:00
parent 57bffa2cda
commit fdcb83cc5f
2 changed files with 14 additions and 3 deletions

View File

@@ -17,4 +17,5 @@ message NodeIPAddress {
bool isUp = 10;
string role = 12;
string backupIP = 13;
bool isHealthy = 14;
}