Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubClient ¶ added in v0.1.1
type PullRequestService ¶ added in v0.1.1
type RepositoryService ¶ added in v0.1.1
type RepositoryService interface {
GetContents(
ctx context.Context,
owner string,
name string,
path string,
opts *github.RepositoryContentGetOptions,
) (*github.RepositoryContent, []*github.RepositoryContent, *github.Response, error)
}
Click to show internal directories.
Click to hide internal directories.