Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerArgs ¶
type AnalyzerArgs struct { Credentials *HarborCredentials HarborURL string }
type CountingRepository ¶
type CountingRepository struct { repoModel.RepoRecord `json:",inline"` ArtifactCount int `json:"artifact_count"` }
type HarborCredentials ¶
type ProjectSummary ¶
type ProjectSummary struct { ProjectName string ArtifactCount int64 Size int64 RepoSummaries []RepoSummary }
type RepoSummary ¶
Click to show internal directories.
Click to hide internal directories.