Versions in this module Expand all Collapse all v0 v0.0.34 Dec 23, 2024 v0.0.33 Dec 20, 2024 Changes in this version + func NewModel(plugin tdl.Plugin) tea.Model + type ErrMsg error + type Model struct + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string