Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶ added in v1.3.0
type Interface interface {
CompareCommits(branch1 *gogithub.Branch, branch2 *gogithub.Branch) (*gogithub.CommitsComparison, error)
CreateBranch(branchName string, target *gogithub.Reference) error
CreatePullRequest(head, base string) (*gogithub.PullRequest, error)
DeleteBranch(branchName string, force bool) error
GetBranch(branchName string) (*gogithub.Branch, int, error)
GetBranchRef(branchName string) (*gogithub.Reference, error)
ListPullRequests() ([]*gogithub.PullRequest, error)
MergeBranches(base, head string) (bool, error)
MergePullRequest(pr int) (int, error)
}
Click to show internal directories.
Click to hide internal directories.