Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitApi ¶
type GitApi interface { Clone(gitUrl string, path string) (string, error) Pull(destinationDir string) (string, error) }
func CreateMirrorClient ¶
type GitClient ¶
type GitClient struct {
// contains filtered or unexported fields
}
func CreateGitClient ¶
type GitMirrorClient ¶
type GitMirrorClient struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.