Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchListBuilder ¶
type BranchListBuilder struct { Log *logrus.Entry GitCommand *commands.GitCommand }
BranchListBuilder returns a list of Branch objects for the current repo
func NewBranchListBuilder ¶
func NewBranchListBuilder(log *logrus.Entry, gitCommand *commands.GitCommand) (*BranchListBuilder, error)
NewBranchListBuilder builds a new branch list builder
func (*BranchListBuilder) Build ¶
func (b *BranchListBuilder) Build() []commands.Branch
Build the list of branches for the current repo
Click to show internal directories.
Click to hide internal directories.