实现健康检查配置、立即执行健康检查

This commit is contained in:
GoEdgeLab
2020-10-17 21:15:37 +08:00
parent 13dae71699
commit dfc5b07f6b
7 changed files with 951 additions and 281 deletions

View File

@@ -11,4 +11,5 @@ message NodeIPAddress {
string description = 5;
int64 state = 6;
int64 order = 7;
bool canAccess = 8;
}