Versions in this module Expand all Collapse all v0 v0.4.0 Aug 17, 2022 Changes in this version + func Any(model tea.Model) error + type Fx func() (dataModel interface{}, error error) + type Model struct + Err error + Loop time.Duration + Result interface{} + func NewModel(text string, io Fx) Model + func NewModelLooper(text string, loop time.Duration, io Fx) Model + func WithOutput(model tea.Model) (*Model, error) + func (m Model) FetchCmd() tea.Cmd + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + type SuccessMsg struct + Result interface{} v0.0.1 Jul 8, 2022