Documentation ¶ Index ¶ type IssueCommandTemplateInput type Model func NewModel(configPath string) Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IssueCommandTemplateInput ¶ type IssueCommandTemplateInput struct { RepoName string RepoPath string IssueNumber int HeadRefName string } type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel(configPath string) Model func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files modelUtils.go ui.go Directories ¶ Show internal Expand all Path Synopsis common components footer inputbox issue issuesidebar issuessection listviewport pr prompt prsidebar prssection search section sidebar table tabs constants context keys markdown theme Click to show internal directories. Click to hide internal directories.