Documentation ¶ Index ¶ type Bubble func New() Bubble func (b Bubble) Init() tea.Cmd func (b Bubble) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (b Bubble) View() string type KeyMap func DefaultKeyMap() KeyMap Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bubble ¶ type Bubble struct { // contains filtered or unexported fields } func New ¶ func New() Bubble func (Bubble) Init ¶ func (b Bubble) Init() tea.Cmd func (Bubble) Update ¶ func (b Bubble) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Bubble) View ¶ func (b Bubble) View() string type KeyMap ¶ type KeyMap struct { Quit key.Binding Exit key.Binding SelectListItem key.Binding Back key.Binding Next key.Binding } func DefaultKeyMap ¶ func DefaultKeyMap() KeyMap Source Files ¶ View all Source files init.gokeys.gomodel.goupdate.goview.go Directories ¶ Show internal Expand all Path Synopsis inputs list Click to show internal directories. Click to hide internal directories.