Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubClient ¶
type GithubClient interface {
ListRepositoryTopics(owner, repo string) ([]string, *github.Response, error)
}
var (
Client GithubClient
)
func GetGitHubClient ¶
func GetGitHubClient(envConfig *models.Configuration) GithubClient
type GithubClientImpl ¶
type GithubClientImpl struct {
// contains filtered or unexported fields
}
func (*GithubClientImpl) ListRepositoryTopics ¶
Click to show internal directories.
Click to hide internal directories.