Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2026 Changes in this version + type Item struct + AgeStr string + Detail string + ID string + InUse bool + Kind ItemKind + Label string + Project string + Size int64 + type ItemKind int + const KindCache + const KindContainer + const KindImage + const KindVolume + type Model struct + func NewModel(dc *docker.Client, dryRun bool, minAgeDays int) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string