Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URI ¶
type URI struct {
// brief label
Label string
// URL path
URL string
// icon
Icon icons.Icon
// extra information, e.g. detailed description, type, arguments, etc;
Desc string
// lang specific or other, e.g. class or type
Extra map[string]string
// Function to call for this item, if not nil
Func func()
}
URI uniform resource identifier for general app resources.
Click to show internal directories.
Click to hide internal directories.