Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Name string // display path e.g. "Email/gmail" or "Email"
IsDir bool
Depth int // for indentation
}
Entry is a single row rendered in the list view. Both files and the directories that contain them are represented as entries so the user can scroll past folder headers naturally.
Click to show internal directories.
Click to hide internal directories.