Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactCoordinates ¶
type ArtifactCoordinates struct {
Host string
Org string
Repo string
Version string
Artifact string
RawPath string
}
ArtifactCoordinates represents the coordinates of an artifact.
func ExtractCoordinatesFromURL ¶
func ExtractCoordinatesFromURL(artifactURL string) (*ArtifactCoordinates, error)
ExtractCoordinatesFromURL extracts the artifact coordinates from the given URL.
func (*ArtifactCoordinates) RawUrlPath ¶ added in v0.0.3
func (ac *ArtifactCoordinates) RawUrlPath() string
RawUrlPath creates a URL path from the artifact minimum coordinates.
func (*ArtifactCoordinates) UrlPath ¶ added in v0.0.2
func (ac *ArtifactCoordinates) UrlPath() string
UrlPath creates a URL path from the parsed artifact coordinates.
Click to show internal directories.
Click to hide internal directories.