Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
FilterMgr *filesystem.FilterManager
RootPath string
OutputPath string
Format string
MaxDepth int
UseTempFile bool
SkipRedaction bool
ResolveDeps bool
}
type FileNode ¶
type FileNode struct {
Path string
Name string
Level int
IsDir bool
IsLast bool
Selected bool
IsDeselected bool
IsDependency bool
}
FileNode represents a file/folder in the display list.
Click to show internal directories.
Click to hide internal directories.