Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeArtifact = "artifact" TypeFolder = "folder" TypeRepo = "repo" TypeUser = "user" SortAlpha = "alpha" SortAsc = "asc" SortDesc = "desc" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoStatConfiguration ¶
type RepoStatConfiguration struct { PageSize int MaxConcurrentWorkers int RtDetails *config.ArtifactoryDetails Type string MaxDepth int Repos []string Sort string Limit int FilterPathRegexp *regexp.Regexp FilterProperties []util.KeyValuePair ModifiedFrom time.Time ModifiedTo time.Time LastDownloadedFrom time.Time LastDownloadedTo time.Time }
type StatItem ¶
func GetDownloadStat ¶
func GetDownloadStat(conf *RepoStatConfiguration) ([]StatItem, error)
func GetSizeStat ¶
func GetSizeStat(conf *RepoStatConfiguration) ([]StatItem, error)
Click to show internal directories.
Click to hide internal directories.