Documentation ¶ Index ¶ func Run() error type Model func NewModel() *Model func (m *Model) Init() (cmd tea.Cmd) func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m *Model) View() string type Styles Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run() error Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel() *Model func (*Model) Init ¶ func (m *Model) Init() (cmd tea.Cmd) func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*Model) View ¶ func (m *Model) View() string type Styles ¶ type Styles struct { Padding lipgloss.Style ListPadding lipgloss.Style Title lipgloss.Style } Source Files ¶ View all Source files action.goinit.goitem.gokeymap.gomodel.gorun.gostate.goupdate.goutil.goview.go Click to show internal directories. Click to hide internal directories.