fix(route): incorrect health status for idlewatcher dependencies

This commit is contained in:
yusing
2025-06-05 18:40:40 +08:00
parent 9470a14fe8
commit d240da4393
3 changed files with 10 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ type (
GetProvider() Provider
TargetURL() *net.URL
HealthMonitor() health.HealthMonitor
SetHealthMonitor(m health.HealthMonitor)
References() []string
Started() <-chan struct{}