Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct {
Label string `json:"label"`
ValueKey interface{} `json:"valueKey"`
}
type INode ¶
type INode struct {
Key string `json:"key"`
Title string `json:"title"`
Icon string `json:"icon"`
IsColorIcon bool `json:"isColorIcon"`
Children []INode `json:"children"`
Selectable bool `json:"selectable"`
ClickToExpand bool `json:"clickToExpand"`
IsLeaf bool `json:"isLeaf"`
Operations map[string]interface{} `json:"operations"`
Type string `json:"type"`
}
Click to show internal directories.
Click to hide internal directories.