Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type GitHub ¶
type GitHub interface { GetPR(ctx context.Context, params gh.ParamsGetPR) (*github.PullRequest, *github.Response, error) GetPRFiles(ctx context.Context, params gh.ParamsGetPRFiles) ([]*github.CommitFile, *github.Response, error) ListPRsWithCommit(ctx context.Context, params gh.ParamsListPRsWithCommit) ([]*github.PullRequest, *github.Response, error) }
Click to show internal directories.
Click to hide internal directories.