Documentation
¶
Index ¶
Constants ¶
View Source
const ZonkyGroupID = "io/zonky/test/postgres"
Variables ¶
View Source
var SupportedSystems = []string{
"linux/amd64",
"linux/arm64",
"darwin/amd64",
"darwin/arm64",
}
Functions ¶
func AvailableMavenVersions ¶
func AvailableMavenVersions(ctx context.Context, mavenURL, groupID, artifactID string) (_ []string, errOut error)
AvailableMavenVersions queries maven metadata for available versions of a maven artifact.
func FilterVersions ¶
FilterVersions removes everything before 11.0.0.
func SortVersions ¶
func SortVersions(versions []string)
SortVersions sorts versions in ascending order.
func SystemArtifactID ¶
SystemArtifactID returns the maven artifact id for the given system (goos/goarch).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.