Versions in this module Expand all Collapse all v0 v0.0.3 Feb 10, 2026 v0.0.2 Feb 10, 2026 v0.0.1 Feb 8, 2026 Changes in this version + type Model struct + func New(target, dsn string) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string