Documentation ¶ Index ¶ type Model func NewModel(th theme.Theme) *Model func (m *Model) Init() tea.Cmd func (m *Model) Show(show bool) func (m *Model) Update(msg tea.Msg) (*Model, tea.Cmd, bool) func (m *Model) View() string func (m *Model) Visible() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel(th theme.Theme) *Model func (*Model) Init ¶ func (m *Model) Init() tea.Cmd func (*Model) Show ¶ func (m *Model) Show(show bool) func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) (*Model, tea.Cmd, bool) func (*Model) View ¶ func (m *Model) View() string func (*Model) Visible ¶ func (m *Model) Visible() bool Source Files ¶ View all Source files content.gomodel.gostyle.go Click to show internal directories. Click to hide internal directories.