Versions in this module Expand all Collapse all v1 v1.1.0 Oct 3, 2024 v1.0.0 Oct 3, 2024 Changes in this version + func CloneOrgRepositories(orgName, teamName, baseDestPath string) error + func CloneRepositories(repoURL, orgName, teamName, destPath string) error + func CloneRepository(repo Repository, destPath string) error + type Repository struct + Name string + SSHURL string + func GetOrgRepositories(orgName, teamName string) ([]Repository, error)