Documentation
¶
Index ¶
- Constants
- Variables
- type AnalysisResult
- type Branch
- type BranchResponse
- type BranchesResponse
- type Children
- type ExclusionList
- type FetchParams
- type File
- type FileResponse
- type ParamsReposDC
- type ParamsReposProjectDC
- type Path
- type Project
- type ProjectBranch
- func GetProjectBitbucketList(platformConfig map[string]interface{}, exclusionFile string) ([]ProjectBranch, error)
- func GetRepos(project string, repos []Repo, parms ParamsReposDC, bitbucketURLBase string, ...) ([]ProjectBranch, int, int)
- func GetReposProject(projects []Project, parms ParamsReposProjectDC, bitbucketURLBase string, ...) ([]ProjectBranch, int, int)
- type ProjectRepo
- type ProjectResponse
- type Projectc
- type Repo
- type RepoResponse
- type RepositoryData
Constants ¶
View Source
const Startopt = "%s?start=%d"
Variables ¶
View Source
var ErrEmptyRepo = errors.New("repository is empty")
Functions ¶
This section is empty.
Types ¶
type AnalysisResult ¶
type AnalysisResult struct {
NumProjects int
NumRepositories int
ProjectBranches []ProjectBranch
}
type BranchResponse ¶
type BranchesResponse ¶
type ExclusionList ¶
type FetchParams ¶
type FileResponse ¶
type ParamsReposDC ¶
type ParamsReposProjectDC ¶
type ProjectBranch ¶
func GetProjectBitbucketList ¶
func GetProjectBitbucketList(platformConfig map[string]interface{}, exclusionFile string) ([]ProjectBranch, error)
func GetRepos ¶
func GetRepos(project string, repos []Repo, parms ParamsReposDC, bitbucketURLBase string, exclusionList *utils.ExclusionList) ([]ProjectBranch, int, int)
func GetReposProject ¶
func GetReposProject(projects []Project, parms ParamsReposProjectDC, bitbucketURLBase string, nbRepos int, exclusionList *utils.ExclusionList) ([]ProjectBranch, int, int)
type ProjectRepo ¶
type ProjectResponse ¶
type RepoResponse ¶
type RepositoryData ¶
Click to show internal directories.
Click to hide internal directories.