Documentation ¶ Index ¶ Constants type Pruner func NewBuildPrune() Pruner Constants ¶ View Source const ( LayerPruner = "start to prune layer" ImagePruner = "start to prune image db" BuildPruner = "start to prune build tmp" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pruner ¶ type Pruner interface { // Select do select action and return filepath which need to be deleted Select() ([]string, error) GetSelectorMessage() string } func NewBuildPrune ¶ func NewBuildPrune() Pruner Source Files ¶ View all Source files build_pruner.goprune.go Click to show internal directories. Click to hide internal directories.