Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateToken(ctx context.Context) (string, error)
- func (c *Client) GetIssueURL(owner, repo string, id int) (string, error)
- func (c *Client) GetIssues(ctx context.Context, owner, repo string) (serviceIssues []service.Issue, err error)
- func (c *Client) GetIssuesURL(owner, repo string) (string, error)
- func (c *Client) GetPullRequestURL(owner, repo string, id int) (string, error)
- func (c *Client) GetPullRequests(ctx context.Context, owner, repo string) (servicePullRequests []service.PullRequest, err error)
- func (c *Client) GetPullRequestsURL(owner, repo string) (string, error)
- func (c *Client) GetRepository(ctx context.Context, owner, repo string) (service.Repository, error)
- func (c *Client) GetRepositoryURL(owner, repo string) (string, error)
- type Issue
- type PullRequest
- type Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
RawClient *github.Client
ListOptions *github.ListOptions
// contains filtered or unexported fields
}
func NewClientViaBasicAuth ¶
func (*Client) GetIssueURL ¶
func (*Client) GetPullRequestURL ¶
func (*Client) GetPullRequests ¶
func (*Client) GetPullRequestsURL ¶
func (*Client) GetRepository ¶
type PullRequest ¶
type PullRequest struct {
*github.PullRequest
}
type Repository ¶
type Repository struct {
*github.Repository
}
Click to show internal directories.
Click to hide internal directories.