externalcmd

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloneGithubRepo

func CloneGithubRepo(targetDir string, gitProvider gitClientProvider,
	repository *github.Repository, auth transport.AuthMethod) (localrepo *git.Repository, err error)

CloneGithubRepo is the function that actually clones a github repo

Types

type GitClient

type GitClient struct{}

GitClient is a facade around git operations

func (*GitClient) PlainClone

func (gitClient *GitClient) PlainClone(dir string, url string, auth transport.AuthMethod) (repo *git.Repository, err error)

PlainClone is a facade around git plain clone

type GitClientProvider

type GitClientProvider struct{}

GitClientProvider provides my git client facade

func (*GitClientProvider) GetGitClient

func (provider *GitClientProvider) GetGitClient() (client GitClient, err error)

GetGitClient is the implementation that actually returns the git client

Jump to

Keyboard shortcuts

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