Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tree ¶
type Tree interface { List(int) []string Format(int) string String() string AddFile(string, string) error AddMount(string, string) error AddTemplate(string) error FindFolder(string) (Tree, error) SetRoot(bool) SetName(string) Len() int }
Tree is tree-like object supporting pretty printing
Click to show internal directories.
Click to hide internal directories.