Documentation
¶
Index ¶
Constants ¶
View Source
const ( VolumeSelected = iota VolumeName VolumeCreated VolumeMountpoint VolumeSize )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeModel ¶
type VolumeModel struct {
SelectedVolumes mapset.Set[string]
Help help.Model
Keys keyMap
DockerClient docker.DockerClient
Message message.Message
Table table.Model
}
func NewModel ¶
func NewModel(dockerClient docker.DockerClient) VolumeModel
func (VolumeModel) DeleteVolume ¶
func (m VolumeModel) DeleteVolume() (VolumeModel, tea.Cmd)
func (VolumeModel) Init ¶
func (m VolumeModel) Init() tea.Cmd
func (VolumeModel) PruneVolume ¶
func (m VolumeModel) PruneVolume() (VolumeModel, tea.Cmd)
func (VolumeModel) View ¶
func (m VolumeModel) View() string
Click to show internal directories.
Click to hide internal directories.