d0b7f09772
Implement PRReader conformance on the GitHub client: GetPullRequest, GetPullRequestDiff, GetPullRequestFiles (paginated, populates Patch), GetCommitStatuses (merges commit statuses + check runs). Adds compile-time PRReader conformance check. Requires PR A. Part 2 of 3 for #80.
6 lines
104 B
Go
6 lines
104 B
Go
package github_test
|
|
|
|
import "gitea.weiker.me/rodin/review-bot/vcs"
|
|
|
|
var _ vcs.PRReader = (*Client)(nil)
|