Versions in this module Expand all Collapse all v2 v2.0.0 Aug 4, 2026 Changes in this version + var ErrNilModel = errors.New("model cannot be nil") + func Close() tea.Msg + func Cmd(msg tea.Msg) tea.Cmd + func Fail(err error) tea.Cmd + func Open(model tea.Model) tea.Cmd + func Replace(model tea.Model) tea.Cmd + func ReplaceAll(model tea.Model) tea.Cmd + type Closed struct + type Controller struct + Err error + func New(model tea.Model) (Controller, error) + func (c Controller) Init() tea.Cmd + func (c Controller) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (c Controller) View() tea.View Other modules containing this package github.com/donderom/bubblon