Documentation
¶
Index ¶
- type DestinationSpec
- type DestinationType
- type Model
- func (m *Model) AssignNewCommitToCurrentTag(description string)
- func (m *Model) AssignNewCommitToTag(tag SplitTag, description string)
- func (m *Model) AssignRevisionToCurrentTag()
- func (m Model) GetDestinations() map[SplitTag]*DestinationSpec
- func (m *Model) Hide()
- func (m *Model) IsVisible() bool
- func (m *Model) MoveDown()
- func (m *Model) MoveUp()
- func (m *Model) SetRevisions(revisions []jj.RevisionEntry)
- func (m *Model) SetTags(tags []SplitTag)
- func (m *Model) Show()
- func (m *Model) ToggleFocus()
- func (m Model) View(width, height int) string
- type SplitTag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationSpec ¶
type DestinationSpec struct {
Type DestinationType
ChangeID string
Description string
}
type DestinationType ¶
type DestinationType int
const ( DestExistingRevision DestinationType = iota DestNewCommit )
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) AssignNewCommitToCurrentTag ¶
func (*Model) AssignNewCommitToTag ¶
func (*Model) AssignRevisionToCurrentTag ¶
func (m *Model) AssignRevisionToCurrentTag()
func (Model) GetDestinations ¶
func (m Model) GetDestinations() map[SplitTag]*DestinationSpec
func (*Model) SetRevisions ¶
func (m *Model) SetRevisions(revisions []jj.RevisionEntry)
func (*Model) ToggleFocus ¶
func (m *Model) ToggleFocus()
Click to show internal directories.
Click to hide internal directories.