Documentation
¶
Index ¶
- type FNode
- func (fn *FNode) Get(path string) error
- func (fn *FNode) GetRaw(path string) error
- func (fn *FNode) Put(path string, content []byte) error
- func (fn *FNode) ReadDir(path string) ([]fs.DirEntry, error)
- func (fn *FNode) ReadFile(path string) ([]byte, error)
- func (fn *FNode) Stat(path string) (fs.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FNode ¶
type FNode struct { Base string Fs fs.FS Path string Revision string Type string Parts []string N int Data *ogdl.Graph Document *document.Document Content []byte Params map[string]string }