Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2018 Changes in this version + func GetIssueKeyFromBranchName(branchName string) string + type GitHub struct + func (gh GitHub) AddIssueLabel(issue common.Issue, labelName string) error + func (gh GitHub) AssignIssue(issue common.Issue, login string) + func (gh GitHub) GetCurrentUser() string + func (gh GitHub) GetUserRealName(username string) string + func (gh GitHub) Issue(issueKey string) common.Issue + func (gh GitHub) Issues() []common.Issue + func (gh GitHub) RemoveIssueLabel(issue common.Issue, labelName string) + type IssueTrackingClient interface + AddIssueLabel func(common.Issue, string) error + AssignIssue func(common.Issue, string) + GetCurrentUser func() string + GetUserRealName func(string) string + Issue func(string) common.Issue + Issues func() []common.Issue + RemoveIssueLabel func(common.Issue, string) + func GetClient() IssueTrackingClient + type Jira struct