Documentation
¶
Index ¶
- type Generator
- type Node
- func (n *Node) Children() (children []*Node)
- func (n *Node) Delete(path ...string) (node *Node, found bool)
- func (n *Node) Entry() fs.DirEntry
- func (n *Node) Find(path string) (node *Node, found bool)
- func (n *Node) FindByPrefix(path string) (node *Node, prefix string, found bool)
- func (n *Node) Generate(target string) (fs.File, error)
- func (n *Node) InsertDir(path string, generator Generator) *Node
- func (n *Node) InsertFile(path string, generator Generator) *Node
- func (n *Node) Mode() fs.FileMode
- func (n *Node) Path() string
- func (n *Node) Print() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.