Documentation
¶
Index ¶
Constants ¶
View Source
const RETRY_NUM uint64 = 3
Variables ¶
This section is empty.
Functions ¶
func NewGithubClient ¶
Types ¶
type GitHubRepoService ¶
type GitHubRepoService interface {
List(ctx context.Context, user string, opts *github.RepositoryListOptions) ([]*github.Repository, *github.Response, error)
ListByOrg(ctx context.Context, org string, opts *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error)
}
type GitHubV3Client ¶
type GitHubV3Client struct {
Repositories GitHubRepoService
*github.Client
}
type GithubServiceClient ¶
Click to show internal directories.
Click to hide internal directories.