Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitClient ¶
type GitClient struct {
GitProvider
}
func NewGitClient ¶
func NewGitClient(provider GitProvider) GitClient
type GitProductionProvider ¶
type GitProductionProvider struct{}
func (GitProductionProvider) PlainClone ¶
func (g GitProductionProvider) PlainClone(path string, isBare bool, o *git.CloneOptions) (*git.Repository, error)
type GitProvider ¶
type MockGitProvider ¶
type MockGitProvider struct{}
func (MockGitProvider) PlainClone ¶
func (g MockGitProvider) PlainClone(path string, isBare bool, o *git.CloneOptions) (*git.Repository, error)
Click to show internal directories.
Click to hide internal directories.