Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NexuAssetMaven2 ¶
type NexusAsset ¶
type NexusAsset struct {
DownloadURL string `json:"downloadUrl,omitempty"`
Path string `json:"path,omitempty"`
ID string `json:"id,omitempty"`
Repository string `json:"repository,omitempty"`
Format string `json:"format,omitempty"`
Checksum *NexusAssetChecksum `json:"checksum,omitempty"`
ContentType string `json:"contentType,omitempty"`
LastModified string `json:"lastModified,omitempty"`
BlobCreated string `json:"blobCreated,omitempty"`
LastDownload string `json:"lastDownloaded,omitempty"`
Maven2 *NexuAssetMaven2 `json:"maven2,omitempty"`
}
type NexusAsset2 ¶ added in v1.3.3
type NexusAsset2 interface {
// contains filtered or unexported methods
}
type NexusAssetChecksum ¶
type NexusAssetsCollection ¶
type NexusAssetsCollection struct {
Items []*NexusAsset `json:"items,omitempty"`
ContinuationToken string `json:"continuationToken,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.