Documentation ¶ Index ¶ func DisplayList(entries Entries, title string, actionText string, options ...string) (models.ListSelection, error) func ShowMessage(message string, timeout string) (int, error) func ShowMessageWithOptions(message string, timeout string, options ...string) (int, error) type Entries Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DisplayList ¶ func DisplayList(entries Entries, title string, actionText string, options ...string) (models.ListSelection, error) func ShowMessage ¶ func ShowMessage(message string, timeout string) (int, error) func ShowMessageWithOptions ¶ func ShowMessageWithOptions(message string, timeout string, options ...string) (int, error) Types ¶ type Entries ¶ type Entries interface { Values() []string } Source Files ¶ View all Source files list.gopresenter.go Click to show internal directories. Click to hide internal directories.