Documentation ¶
Index ¶
- type Node
- func (n *Node) AddChild(child Node)
- func (n *Node) Display()
- func (n *Node) FindChildByName(name string) *Node
- func (n *Node) GetChildren() []Node
- func (n *Node) GetDescription() string
- func (n *Node) GetFancyText() string
- func (n *Node) GetName() string
- func (n *Node) GetPWD() []string
- func (n *Node) GetParent() *Node
- func (n *Node) GetURL() string
- func (n *Node) SetChildren(arr []Node)
- func (n *Node) SetParent(child *Node)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
func (*Node) FindChildByName ¶
func (*Node) GetChildren ¶
func (*Node) GetDescription ¶
func (*Node) GetFancyText ¶
func (*Node) SetChildren ¶
Click to show internal directories.
Click to hide internal directories.