Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoIcon icon not found ErrNoIcon = errors.New("icon not found") )
Functions ¶
This section is empty.
Types ¶
type AppInfo ¶
type AppInfo struct {
Name string
BundleID string
Version string
Build string
Icon image.Image
Size int64
}
AppInfo 应用信息
type Lookup ¶ added in v0.0.4
type Lookup struct {
RsultCount int64 `json:"resultCount"`
Results []LookupResult `json:"results"`
}
type LookupResult ¶ added in v0.0.4
type LookupResult struct {
ScreenshotUrls []string `json:"screenshotUrls"`
IpadScreenshotUrls []string `json:"ipadScreenshotUrls"`
AppletvScreenshotUrls []string `json:"appletvScreenshotUrls"`
ArtworkURL60 string `json:"artworkUrl60"`
ArtworkURL512 string `json:"artworkUrl512"`
ArtworkURL100 string `json:"artworkUrl100"`
ArtistViewURL string `json:"artistViewUrl"`
SupportedDevices []string `json:"supportedDevices"`
LanguageCodesISO2A []string `json:"languageCodesISO2A"`
TrackViewURL string `json:"trackViewUrl"`
}
LookupResult 结果
type StoreURL ¶ added in v0.0.4
type StoreURL string
StoreURL app store 地址
func GetIosAppStoreAddress ¶ added in v0.0.4
GetIosAppStoreAddress 获取app store地址
Click to show internal directories.
Click to hide internal directories.