Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubService ¶
type GitHubService interface {
GetPullRequests() []PullRequest
GetPullRequestForBranch(branch string) *PullRequest
CreatePullRequest() error
Prompt(promptText string, defaultVal string, values []string) (int, error)
}
func NewGitHubService ¶
func NewGitHubService() GitHubService
Click to show internal directories.
Click to hide internal directories.