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 ParamsGetPR
- type ParamsGetPRFiles
- type ParamsListPRsWithCommit
- type ParamsNew
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 ParamsGetPR ¶
type ParamsGetPRFiles ¶
type ParamsListPRsWithCommit ¶
Click to show internal directories.
Click to hide internal directories.