 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadPackageFile ¶
DownloadPackageFile serves the content of a package
func ProvidePackageFileHeader ¶ added in v1.17.4
ProvidePackageFileHeader provides only the headers describing a package
func UploadPackageFile ¶
UploadPackageFile adds a file to the package. If the package does not exist, it gets created.
Types ¶
type MetadataResponse ¶
type MetadataResponse struct {
	XMLName    xml.Name `xml:"metadata"`
	GroupID    string   `xml:"groupId"`
	ArtifactID string   `xml:"artifactId"`
	Release    string   `xml:"versioning>release,omitempty"`
	Latest     string   `xml:"versioning>latest"`
	Version    []string `xml:"versioning>versions>version"`
}
    MetadataResponse https://maven.apache.org/ref/3.2.5/maven-repository-metadata/repository-metadata.html
 Click to show internal directories. 
   Click to hide internal directories.