Documentation
¶
Index ¶
- type Generate
- type Generator
- type Node
- func (n *Node) Children() (children []*Node)
- func (n *Node) Delete(path ...string) (node *Node, found bool)
- func (n *Node) DirGenerator(path string, generator Generator) *Node
- func (n *Node) Entries() (entries []fs.DirEntry)
- func (n *Node) FileGenerator(path string, generator Generator) *Node
- 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) Mode() fs.FileMode
- func (n *Node) Open(target string) (fs.File, error)
- 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 ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) DirGenerator ¶ added in v0.2.5
func (*Node) FileGenerator ¶ added in v0.2.5
func (*Node) FindByPrefix ¶
Click to show internal directories.
Click to hide internal directories.