(ctx context.Context, owner, repo, filepath string, opts *github.RepositoryContentGetOptions)
| 20 | Get(ctx context.Context, owner, repo string) (*github.Repository, *github.Response, error) |
| 21 | GetBranch(ctx context.Context, owner, repo, branch string, maxRedirects int) (*github.Branch, *github.Response, error) |
| 22 | DownloadContents(ctx context.Context, owner, repo, filepath string, opts *github.RepositoryContentGetOptions) (io.ReadCloser, *github.Response, error) |
| 23 | } |
| 24 | |
| 25 | //nolint:lll |