Documentation ¶
Index ¶
Constants ¶
View Source
const REF_PREFIX = "refs/heads/"
Variables ¶
This section is empty.
Functions ¶
func GetAzureClient ¶
func GetAzureClient() func(c *cli.Context) error
func NewPrWithDetail ¶
func NewPrWithDetail(prs *[]git.GitPullRequest) *[]PrWithDetails
Types ¶
type PrWithDetails ¶
type PrWithDetails struct { Title string Status git.PullRequestStatus SourceBranch string TargetBranch string Author string CreatedOn azuredevops.Time IsDraft bool Url string }
func (PrWithDetails) String ¶
func (pr PrWithDetails) String() string
Click to show internal directories.
Click to hide internal directories.