Documentation ¶
Overview ¶
Package clean provides a task to remove filesystem paths, e.g. output data like artifacts and reports from previous development, test, production and distribution builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Options)
Option is a task option.
func WithLimitToAppOutputDir ¶
WithLimitToAppOutputDir indicates whether only paths within the configured application output directory should be allowed.
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options are task options.
func NewOptions ¶
NewOptions creates new task options.
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
Task is a task to remove filesystem paths, e.g. output data like artifacts and reports from previous development, test, production and distribution builds.
Click to show internal directories.
Click to hide internal directories.