Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blockers ¶
type Blockers struct { Repo map[orgRepo][]Blocker `json:"repo,omitempty"` Branch map[orgRepoBranch][]Blocker `json:"branch,omitempty"` }
Blockers holds maps of issues that are blocking various repos/branches.
func (Blockers) GetApplicable ¶
GetApplicable returns the subset of blockers applicable to the specified branch.
Click to show internal directories.
Click to hide internal directories.