Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contributor ¶
type GetPackageResponse ¶
type GetPackageResponse struct {
PackageItem
Contributors []Contributor `json:"contributors"`
Versions []Version `json:"versions"`
}
type PackageItem ¶
type PackageItem struct {
Identifier string `json:"identifier"`
Name string `json:"name"`
Description string `json:"description"`
Author string `json:"author"`
Tags []string `json:"tags"`
AvatarURL string `json:"avatarUrl"`
ProjectURL string `json:"projectUrl"`
Hotness int `json:"hotness"`
Updated string `json:"updated"`
}
type ResponseErr ¶
type SearchPackagesResponse ¶
type SearchPackagesResponse struct {
PageIndex int `json:"pageIndex"`
TotalPages int `json:"totalPages"`
Items []PackageItem `json:"items"`
}
Click to show internal directories.
Click to hide internal directories.