mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
add missing method in interface
This commit is contained in:
parent
f28ffc611f
commit
801b8f18c5
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ type Container interface {
|
|||
VerifyConfiguration() error
|
||||
SetStale(bool)
|
||||
IsStale() bool
|
||||
IsNoPull() bool
|
||||
SetLinkedToRestarting(bool)
|
||||
IsLinkedToRestarting() bool
|
||||
PreUpdateTimeout() int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue