Documentation
¶
Index ¶
- Variables
- type Node
- func (this *Node) Add(child ...*Node) *Node
- func (this Node) FPrint(out io.Writer) (n int, err error)
- func (this *Node) GetOrCreatePath(pth ...string) *Node
- func (this *Node) ID() []byte
- func (this Node) Path() string
- func (this *Node) Remove(child ...*Node) *Node
- func (this Node) Schema() Schema
- func (this *Node) Walk(cb func(i, depth int, n *Node) error) (err error)
- type Schema
Constants ¶
This section is empty.
Variables ¶
View Source
var Skip = errors.New("skip")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.