Versions in this module Expand all Collapse all v0 v0.1.5 Sep 3, 2024 v0.1.4 Sep 3, 2024 v0.1.3 Dec 23, 2022 Changes in this version + type Model struct + User models.User + func NewModel() Model + func (m *Model) UpdateProgramContext(ctx *context.ProgramContext) + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string