mirror of
https://github.com/containrrr/watchtower.git
synced 2026-03-03 11:20:17 +01:00
Add metrics and progress report capabilities for deferred items seperate from other statuses
This commit is contained in:
parent
48bfaef350
commit
3c0441b94c
10 changed files with 84 additions and 43 deletions
|
|
@ -4,6 +4,7 @@ package types
|
|||
type Report interface {
|
||||
Scanned() []ContainerReport
|
||||
Updated() []ContainerReport
|
||||
Deferred() []ContainerReport
|
||||
Failed() []ContainerReport
|
||||
Skipped() []ContainerReport
|
||||
Stale() []ContainerReport
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue