package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Sheet struct {
Topic []Topic `xml:"topic"`
}
type Topic struct {
Title string `xml:"title"`
Children struct {
Topics struct {
Topic []Topic `xml:"topic"`
} `xml:"topics"`
} `xml:"children"`
}
type XmlXMindContent struct {
Sheet []Sheet `xml:"sheet"`
}
XmlXMindContent XMind 8 UPDATE 9
Source Files
¶
Click to show internal directories.
Click to hide internal directories.