package
Version:
v0.10.0
Opens a new window with list of versions in this module.
Published: Jan 31, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Node struct {
Children []Node `json:"children"`
Text string `json:"text"`
Type string `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.