Versions in this module Expand all Collapse all v1 v1.0.1 Apr 6, 2026 v1.0.0 Apr 6, 2026 Changes in this version + type Container interface + ContainerInfo func() *types.ContainerJSON + Enabled func() (bool, bool) + GetCreateConfig func() *dc.Config + GetCreateHostConfig func() *dc.HostConfig + GetLifecyclePostCheckCommand func() string + GetLifecyclePostUpdateCommand func() string + GetLifecyclePreCheckCommand func() string + GetLifecyclePreUpdateCommand func() string + HasImageInfo func() bool + ID func() ContainerID + ImageID func() ImageID + ImageInfo func() *types.ImageInspect + ImageName func() string + IsLinkedToRestarting func() bool + IsMonitorOnly func(UpdateParams) bool + IsNoPull func(UpdateParams) bool + IsRestarting func() bool + IsRunning func() bool + IsStale func() bool + IsWatchtower func() bool + Links func() []string + Name func() string + PostUpdateTimeout func() int + PreUpdateTimeout func() int + SafeImageID func() ImageID + Scope func() (string, bool) + SetLinkedToRestarting func(bool) + SetStale func(bool) + StopSignal func() string + ToRestart func() bool + VerifyConfiguration func() error + type ContainerID string + func (id ContainerID) ShortID() (short string) + type ContainerReport interface + CurrentImageID func() ImageID + Error func() string + ID func() ContainerID + ImageName func() string + LatestImageID func() ImageID + Name func() string + State func() string + type ConvertibleNotifier interface + GetURL func(c *cobra.Command) (string, error) + type DelayNotifier interface + GetDelay func() time.Duration + type Filter func(FilterableContainer) bool + type FilterableContainer interface + Enabled func() (bool, bool) + ImageName func() string + IsWatchtower func() bool + Name func() string + Scope func() (string, bool) + type ImageID string + func (id ImageID) ShortID() (short string) + type Notifier interface + AddLogHook func() + Close func() + GetNames func() []string + GetURLs func() []string + SendNotification func(Report) + StartNotification func() + type RegistryCredentials struct + Password string + Username string + type Report interface + All func() []ContainerReport + Failed func() []ContainerReport + Fresh func() []ContainerReport + Scanned func() []ContainerReport + Skipped func() []ContainerReport + Stale func() []ContainerReport + Updated func() []ContainerReport + type TokenResponse struct + Token string + type UpdateParams struct + Cleanup bool + Filter Filter + LabelPrecedence bool + LifecycleHooks bool + MonitorOnly bool + NoPull bool + NoRestart bool + RollingRestart bool + Timeout time.Duration