Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MindMap ¶
type MindMap interface {
GetMindMapData() *MindMapItem
}
type MindMapItem ¶
type MindMapItem struct {
Id string `json:"id"`
Children []*MindMapItem `json:"children"`
}
Click to show internal directories.
Click to hide internal directories.