tree

package
v1.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2020 License: MIT Imports: 0 Imported by: 0

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
	ListFolders(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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL