Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultGithubProvider ¶
type DefaultGithubProvider struct {
// contains filtered or unexported fields
}
func NewGithubProvider ¶
func NewGithubProvider(rc rest_client.RestClient) DefaultGithubProvider
func (DefaultGithubProvider) CreateRepo ¶
func (p DefaultGithubProvider) CreateRepo(accessToken string, request github.CreateRepoRequest) (*github.CreateRepoResponse, *github.ErrorResponse)
type GithubProvider ¶
type GithubProvider interface {
CreateRepo(accessToken string, request github.CreateRepoRequest) (*github.CreateRepoResponse, *github.ErrorResponse)
}
Click to show internal directories.
Click to hide internal directories.