Versions in this module Expand all Collapse all v1 v1.0.0 May 6, 2024 Changes in this version + type AnalysisResult struct + NumProjects int + NumRepositories int + ProjectBranches []ProjectBranch + type Branch struct + ID string + IsDefault bool + LatestChangeset string + LatestCommit string + Name string + Type string + type BranchResponse struct + IsLastPage bool + Limit int + NextPageStart int + Size int + Start int + Values []Branch + type Children struct + Limit int + Size int + Values []File + type ExclusionList struct + Projects map[string]bool + Repos map[string]bool + type File struct + ContentID string + Path Path + Size int + Type string + type FileResponse struct + Children Children + IsLastPage bool + NextPageStart int + Path Path + Revision string + Start int + type Path struct + Components []string + Name string + ToString string + type Project struct + Key string + Links struct{ ... } + Name string + type ProjectBranch struct + LargestSize int + MainBranch string + ProjectKey string + RepoSlug string + func GetProjectBitbucketList(...) ([]ProjectBranch, error) + func GetRepos(project string, repos []Repo, ...) ([]ProjectBranch, int, int) + func GetReposProject(projects []Project, ...) ([]ProjectBranch, int, int) + type ProjectResponse struct + IsLastPage bool + Limit int + NextPageStart int + Size int + Start int + Values []Project + type Repo struct + Links struct{ ... } + Name string + Project struct{ ... } + Slug string + type RepoResponse struct + IsLastPage bool + Limit int + NextPageStart int + Size int + Start int + Values []Repo + type RepositoryData struct + Attachments int + Repository int