Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactDownloader ¶ added in v0.11.16
type ArtifactDownloader struct {
}
type PackageRepo ¶ added in v0.11.10
type PackageRepo interface {
DownloadFile(dir, path, filename string) (fullNewFilePath string)
NewestVersion(localFS fs.FS, f filter.Filter, groupId, artifactId, linkName string, packageType pack.Type, repoUrl string, numVersionsToKeep int) (mavenPath, mavenVersion string, removeLink bool, err error)
}
Click to show internal directories.
Click to hide internal directories.