Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzedBranch ¶
type AnalyzedBranch struct {
BranchInfo // Embedded raw info
IsMerged bool
IsOldByAge bool
IsProtected bool
Category BranchCategory
}
AnalyzedBranch contains processed branch info for UI and decisions.
type BranchCategory ¶
type BranchCategory string
BranchCategory classifies a branch after analysis.
const ( CategoryProtected BranchCategory = "Protected" CategoryActive BranchCategory = "Active" CategoryMergedOld BranchCategory = "MergedOld" CategoryUnmergedOld BranchCategory = "UnmergedOld" )
Click to show internal directories.
Click to hide internal directories.