Documentation ¶ Index ¶ type Model func New(itemRendererService *itemrenderer.Service, uiStyles styles.Styles) *Model func (*Model) Init() tea.Cmd func (m *Model) Resize(w, h int) layout.ResizingModel func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m *Model) View() string type NewItemSelected 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 New ¶ func New(itemRendererService *itemrenderer.Service, uiStyles styles.Styles) *Model func (*Model) Init ¶ func (*Model) Init() tea.Cmd func (*Model) Resize ¶ func (m *Model) Resize(w, h int) layout.ResizingModel func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*Model) View ¶ func (m *Model) View() string type NewItemSelected ¶ type NewItemSelected struct { ResultSet *models.ResultSet Item models.Item } Source Files ¶ View all Source files events.gomodel.go Click to show internal directories. Click to hide internal directories.