Versions in this module Expand all Collapse all v0 v0.1.1 Nov 23, 2022 v0.1.0 Nov 22, 2022 Changes in this version + type Model struct + func NewModel() Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string