Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct {
URL string
Version string
FrameworkVersion string
TempDir string
Token string
// contains filtered or unexported fields
}
func NewGitDownloader ¶
func (*Git) PackageURL ¶
type Nuget ¶
type Nuget struct {
Name string
ID string
Version string
FrameworkVersion string
TempDir string
CacheDir string
// contains filtered or unexported fields
}
func NewNugetDownloader ¶
func (*Nuget) PackageURL ¶
type NugetItemCatalogEntry ¶
type NugetResponse ¶
type NugetResponse struct {
Items []NugetResponseItem "json:`items`"
PackageContent string "json:`packageContent`"
}
type NugetResponseItem ¶
type NugetResponseItem struct {
Count int "json:`count`"
Items []NugetResponsePageItems "json:`items`"
}
type NugetResponsePageItems ¶
type NugetResponsePageItems struct {
CatalogEntry NugetItemCatalogEntry "json:`catalogEntry`"
}
Click to show internal directories.
Click to hide internal directories.