mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-18 15:10:13 +02:00
idlewatcher/waker: refactor
This commit is contained in:
@@ -37,14 +37,6 @@ type (
|
||||
lastReset time.Time
|
||||
task *task.Task
|
||||
}
|
||||
containerMeta struct {
|
||||
ContainerID, ContainerName string
|
||||
}
|
||||
containerState struct {
|
||||
running bool
|
||||
ready bool
|
||||
err error
|
||||
}
|
||||
|
||||
StopCallback func() error
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user