IP地址信息中增加isHealthy字段

This commit is contained in:
GoEdgeLab
2022-04-22 21:56:41 +08:00
parent 011cf60fdb
commit c4ff79e228
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;
}