Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is the client for interacting with the GitHub API
func (*Client) CreatePullRequest ¶
func (c *Client) CreatePullRequest(owner string, repo string, message string, head string, base string) (string, error)
CreatePullRequest creates a pull request in the repository specified by repoURL. The return value is the pull request URL.
func (*Client) CreateRelease ¶
CreateRelease creates a new release object in the GitHub API
Click to show internal directories.
Click to hide internal directories.