feat(idlesleep): support container dependencies, including custom and docker depends_on, code refactor

This commit is contained in:
yusing
2025-06-04 23:26:38 +08:00
parent 22ab043e06
commit a39d527fc1
15 changed files with 507 additions and 152 deletions

View File

@@ -23,6 +23,7 @@ type (
task.TaskFinisher
pool.Object
ProviderName() string
GetProvider() Provider
TargetURL() *net.URL
HealthMonitor() health.HealthMonitor
References() []string