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