externalcmd

package
v0.0.9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

Functions

func CloneGithubRepo

func CloneGithubRepo(targetDir string, repository *github.Repository) (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 for git operations

func (*GitClient) PlainClone

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

PlainClone is a facade for git plain clone

type GitClientProvider

type GitClientProvider struct{}

GitClientProvider provides 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