Documentation ¶
Index ¶
- type Client
- func (client *Client) GetPR(ctx context.Context, params ParamsGetPR) (*github.PullRequest, *github.Response, error)
- func (client *Client) GetPRFiles(ctx context.Context, params ParamsGetPRFiles) ([]*github.CommitFile, *github.Response, error)
- func (client *Client) ListPRsWithCommit(ctx context.Context, params ParamsListPRsWithCommit) ([]*github.PullRequest, *github.Response, error)
- type CommitFile
- type Label
- type ParamsGetPR
- type ParamsGetPRFiles
- type ParamsListPRsWithCommit
- type ParamsNew
- type PullRequest
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetPR ¶
func (client *Client) GetPR(ctx context.Context, params ParamsGetPR) (*github.PullRequest, *github.Response, error)
func (*Client) GetPRFiles ¶
func (client *Client) GetPRFiles(ctx context.Context, params ParamsGetPRFiles) ([]*github.CommitFile, *github.Response, error)
func (*Client) ListPRsWithCommit ¶
func (client *Client) ListPRsWithCommit(ctx context.Context, params ParamsListPRsWithCommit) ([]*github.PullRequest, *github.Response, error)
type CommitFile ¶
type CommitFile = github.CommitFile
type ParamsGetPR ¶
type ParamsGetPRFiles ¶
type ParamsListPRsWithCommit ¶
type PullRequest ¶
type PullRequest = github.PullRequest
Click to show internal directories.
Click to hide internal directories.