add missing method in interface

This commit is contained in:
nils måsén 2023-04-12 17:25:00 +02:00
parent f28ffc611f
commit 801b8f18c5

View file

@ -67,6 +67,7 @@ type Container interface {
VerifyConfiguration() error
SetStale(bool)
IsStale() bool
IsNoPull() bool
SetLinkedToRestarting(bool)
IsLinkedToRestarting() bool
PreUpdateTimeout() int