Documentation ¶ Index ¶ func Run(report *model.PRReport) error type App func New(report *model.PRReport) *App func (a *App) Init() tea.Cmd func (a *App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (a *App) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(report *model.PRReport) error Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } func New ¶ func New(report *model.PRReport) *App func (*App) Init ¶ func (a *App) Init() tea.Cmd func (*App) Update ¶ func (a *App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*App) View ¶ func (a *App) View() string Source Files ¶ View all Source files app.gokeys.gosections.gostyles.go Click to show internal directories. Click to hide internal directories.