refactor: docker event watcher

This commit is contained in:
yusing
2025-05-19 23:15:47 +08:00
parent 1f50ee7f2f
commit 3dbab118af
2 changed files with 76 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ import (
type DockerProvider struct {
client *docker.SharedClient
watcher *watcher.DockerWatcher
watcher watcher.DockerWatcher
containerID string
}