Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SearchResponse ¶
type SearchResponse struct {
Hits []struct {
Title string `json:"title"`
Downloads int `json:"downloads"`
ProjectID string `json:"project_id"`
Author string `json:"author"`
LatestVersion string `json:"latest_version"`
} `json:"hits"`
Error string `json:"error"`
Description string `json:"description"`
}
Click to show internal directories.
Click to hide internal directories.