Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoticeArgs ¶
type PickerArgs ¶
type PickerArgs struct {
Title string `json:"title"`
Items []PickerItem `json:"items"`
Selected int `json:"selected"`
Timeout int `json:"timeout"`
Unsafe bool `json:"unsafe"`
}
type PickerItem ¶
Click to show internal directories.
Click to hide internal directories.