Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBack = errors.New("back")
ErrBack is returned when user wants to go back
View Source
var ErrExit = errors.New("exit")
ErrExit is returned when user wants to exit
Functions ¶
This section is empty.
Types ¶
type Explorer ¶
type Explorer struct {
// contains filtered or unexported fields
}
Explorer provides interactive navigation through the resource hierarchy
func NewExplorer ¶
NewExplorer creates a new explorer instance
func (*Explorer) GetCurrentPath ¶
GetCurrentPath returns the current node's path
Click to show internal directories.
Click to hide internal directories.