Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultPageNumber = 200
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collection ¶
type Collection string
const ( TopFree Collection = "topselling_free" TopGrossing Collection = "topgrossing" TopNewFree Collection = "topselling_new_free" TopNewPaid Collection = "topselling_new_paid" TopPaid Collection = "topselling_paid" TopTrending Collection = "movers_shakers" )
type Result ¶
type Result struct { Country string `json:"country,omitempty"` Developer string `json:"developer,omitempty"` DeveloperId string `json:"developer_id,omitempty"` DeveloperURL string `json:"developer_url,omitempty"` Free bool `json:"free"` Icon string `json:"icon,omitempty"` Language string `json:"language,omitempty"` Price *price.Price `json:"price,omitempty"` PriceText string `json:"price_text,omitempty"` Score float64 `json:"score"` ScoreText string `json:"score_text,omitempty"` Summary string `json:"summary,omitempty"` Title string `json:"title,omitempty"` URL string `json:"url,omitempty"` }
Click to show internal directories.
Click to hide internal directories.