download

package
v0.12.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

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 {
}

func (ArtifactDownloader) Download added in v0.11.16

func (_ ArtifactDownloader) Download(localFS fs.FS, pr PackageRepo, packageType pack.Type, linkName, artifactId, groupId, repoUrl string, subArtifact []string, f filter.Filter) (fullNewFilePath string)

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL