package
Version:
v0.0.0-...-5554e34
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
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.