scm

package
v0.83.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

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

func (gca *GithubClientImpl) ListRepositoryTopics(owner, repo string) ([]string, *github.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL