Versions in this module Expand all Collapse all v1 v1.1.0 Jul 14, 2024 Changes in this version + const VolumeCreated + const VolumeMountpoint + const VolumeName + const VolumeSelected + const VolumeSize + type VolumeModel struct + DockerClient docker.DockerClient + Help help.Model + Keys keyMap + Message message.Message + SelectedVolumes mapset.Set[string] + Table table.Model + func NewModel(dockerClient docker.DockerClient) VolumeModel + func (m VolumeModel) DeleteVolume() (VolumeModel, tea.Cmd) + func (m VolumeModel) Init() tea.Cmd + func (m VolumeModel) PruneVolume() (VolumeModel, tea.Cmd) + func (m VolumeModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m VolumeModel) View() string v1.0.0 Jun 22, 2024