Documentation ¶
Index ¶
- type Model
- func (m *Model) GetIsAssigning() bool
- func (m *Model) GetIsCommenting() bool
- func (m *Model) GetIsUnassigning() bool
- func (m *Model) IsTextInputBoxFocused() bool
- func (m *Model) SetIsAssigning(isAssigning bool) tea.Cmd
- func (m *Model) SetIsCommenting(isCommenting bool) tea.Cmd
- func (m *Model) SetIsUnassigning(isUnassigning bool) tea.Cmd
- func (m *Model) SetRow(data *data.IssueData)
- func (m *Model) SetSectionId(id int)
- func (m *Model) SetWidth(width int)
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m *Model) UpdateProgramContext(ctx *context.ProgramContext)
- func (m Model) View() string
- type RenderedActivity
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(ctx context.ProgramContext) Model
func (*Model) GetIsAssigning ¶
func (*Model) GetIsCommenting ¶
func (*Model) GetIsUnassigning ¶
func (*Model) IsTextInputBoxFocused ¶
func (*Model) SetSectionId ¶
func (*Model) UpdateProgramContext ¶
func (m *Model) UpdateProgramContext(ctx *context.ProgramContext)
type RenderedActivity ¶
Click to show internal directories.
Click to hide internal directories.