Documentation
¶
Index ¶
- type Node
- func (n *Node) AppendValues(values ...string)
- func (n Node) Children() iter.Seq[*Node]
- func (n Node) Children2() iter.Seq2[string, *Node]
- func (n Node) GetChild(name string) (*Node, bool)
- func (n Node) Name() string
- func (n Node) Parent() *Node
- func (n *Node) SetChild(child *Node)
- func (n Node) Values() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) AppendValues ¶
Click to show internal directories.
Click to hide internal directories.