Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestackAbort ¶
type RestackAbort struct{}
type RestackConflict ¶
type RestackConflict struct{}
type RestackDone ¶
type RestackDone struct{}
type RestackModel ¶
type RestackModel struct {
Skip bool
Continue bool
Abort bool
DryRun bool
State *RestackState
Command string
// contains filtered or unexported fields
}
func NewRestackModel ¶
func NewRestackModel(repo *git.Repo, db meta.DB) *RestackModel
func (*RestackModel) Init ¶
func (vm *RestackModel) Init() tea.Cmd
func (*RestackModel) Update ¶
func (vm *RestackModel) Update(msg tea.Msg) (*RestackModel, tea.Cmd)
func (*RestackModel) View ¶
func (vm *RestackModel) View() string
type RestackProgress ¶
type RestackProgress struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.