Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartClone ¶
func StartClone(repoList []RepoConfig)
Types ¶
type RepoConfig ¶
type RepoConfig struct { URL string // Source url FullPath string // Full clone directory Name string // Name of clone (directory name) SSHKey string // SSH key for auth }
func (RepoConfig) Update ¶
func (c RepoConfig) Update()
Click to show internal directories.
Click to hide internal directories.