mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-01-06 15:35:47 +08:00
节点IP阈值增加节点健康检查失败
This commit is contained in:
@@ -3,9 +3,10 @@ package tasks
|
||||
import "github.com/TeaOSLab/EdgeAPI/internal/db/models"
|
||||
|
||||
type HealthCheckResult struct {
|
||||
Node *models.Node
|
||||
NodeAddr string
|
||||
IsOk bool
|
||||
Error string
|
||||
CostMs float64
|
||||
Node *models.Node
|
||||
NodeAddr string
|
||||
NodeAddrId int64
|
||||
IsOk bool
|
||||
Error string
|
||||
CostMs float64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user