Documentation ¶ Index ¶ type Model func NewModel(c *context.MainContext, revisions jj.SelectedRevisions) *Model func (m *Model) FullHelp() [][]key.Binding func (m *Model) Init() tea.Cmd func (m *Model) ShortHelp() []key.Binding func (m *Model) Update(msg tea.Msg) tea.Cmd func (m *Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { *common.ViewNode // contains filtered or unexported fields } func NewModel ¶ func NewModel(c *context.MainContext, revisions jj.SelectedRevisions) *Model func (*Model) FullHelp ¶ added in v0.9.4 func (m *Model) FullHelp() [][]key.Binding func (*Model) Init ¶ func (m *Model) Init() tea.Cmd func (*Model) ShortHelp ¶ added in v0.9.4 func (m *Model) ShortHelp() []key.Binding func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) tea.Cmd func (*Model) View ¶ func (m *Model) View() string Source Files ¶ View all Source files git.go Click to show internal directories. Click to hide internal directories.