Documentation ¶ Index ¶ type App func NewApp(tickets zendesk.TicketService, search zendesk.SearchService) App func (m App) Init() tea.Cmd func (m App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m App) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } func NewApp ¶ func NewApp(tickets zendesk.TicketService, search zendesk.SearchService) App func (App) Init ¶ func (m App) Init() tea.Cmd func (App) Update ¶ func (m App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (App) View ¶ func (m App) View() string Source Files ¶ View all Source files actions.goapp.godetail.gokeys.golist.gosearch.gotheme.go Click to show internal directories. Click to hide internal directories.