Documentation
¶
Overview ¶
Package filetree provides directory tree walking functionality for with_filetree operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶ added in v0.5.0
type Item struct {
Src string `yaml:"src"`
Path string `yaml:"path"`
Name string `yaml:"name"`
State string `yaml:"state"`
IsDir bool `yaml:"is_dir"`
}
Item represents a single item in a file tree.
Click to show internal directories.
Click to hide internal directories.