Versions in this module Expand all Collapse all v0 v0.1.2 Mar 14, 2026 v0.1.1 Mar 13, 2026 v0.1.0 Mar 13, 2026 Changes in this version + var Version = "dev" + type Model struct + func NewModel() Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string