Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PruneBranchDone ¶
type PruneBranchDone struct{}
type PruneBranchModel ¶
type PruneBranchModel struct {
// contains filtered or unexported fields
}
func NewPruneBranchModel ¶
func NewPruneBranchModel( repo *git.Repo, db meta.DB, pruneFlag string, targetBranches []plumbing.ReferenceName, initialBranch string, ) *PruneBranchModel
func (*PruneBranchModel) CheckoutInitialState ¶ added in v0.0.40
func (vm *PruneBranchModel) CheckoutInitialState() error
func (*PruneBranchModel) Init ¶
func (vm *PruneBranchModel) Init() tea.Cmd
func (*PruneBranchModel) Update ¶
func (vm *PruneBranchModel) Update(msg tea.Msg) (*PruneBranchModel, tea.Cmd)
func (*PruneBranchModel) View ¶
func (vm *PruneBranchModel) View() string
type PruneBranchProgress ¶
type PruneBranchProgress struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.