Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector[T comparable] struct { ChoiceCh chan<- T Choices SelectorChoices[T] Prompt string // contains filtered or unexported fields }
type SelectorChoices ¶
type SelectorFetcher ¶
type SelectorFetcher[T comparable, U SelectorChoices[T]] struct { // contains filtered or unexported fields }
func (*SelectorFetcher[T, U]) Init ¶
func (m *SelectorFetcher[T, U]) Init() tea.Cmd
func (*SelectorFetcher[T, U]) View ¶
func (m *SelectorFetcher[T, U]) View() string
Click to show internal directories.
Click to hide internal directories.