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 + func NewReport(progress Progress) types.Report + type ContainerStatus struct + func UpdateFromContainer(cont types.Container, newImage types.ImageID, state State) *ContainerStatus + func (u *ContainerStatus) CurrentImageID() wt.ImageID + func (u *ContainerStatus) Error() string + func (u *ContainerStatus) ID() wt.ContainerID + func (u *ContainerStatus) ImageName() string + func (u *ContainerStatus) LatestImageID() wt.ImageID + func (u *ContainerStatus) Name() string + func (u *ContainerStatus) State() string + type Progress map[types.ContainerID]*ContainerStatus + func (m Progress) Add(update *ContainerStatus) + func (m Progress) AddScanned(cont types.Container, newImage types.ImageID) + func (m Progress) AddSkipped(cont types.Container, err error) + func (m Progress) MarkForUpdate(containerID types.ContainerID) + func (m Progress) Report() types.Report + func (m Progress) UpdateFailed(failures map[types.ContainerID]error) + type State int + const FailedState + const FreshState + const ScannedState + const SkippedState + const StaleState + const UnknownState + const UpdatedState