Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionItem ¶
type ActionItem struct {
Owner string
Repo string
Current string
Latest string
FileCount int
Selected bool
UpToDate bool
APIError bool
APIErrorMsg string
BreakingChanges []breakingchanges.BreakingChange
HasBreaking bool
}
ActionItem represents a grouped action for display in the TUI.
func (ActionItem) Description ¶
func (a ActionItem) Description() string
func (ActionItem) FilterValue ¶
func (a ActionItem) FilterValue() string
func (ActionItem) Title ¶
func (a ActionItem) Title() string
Click to show internal directories.
Click to hide internal directories.