Discover Packages
github.com/Tomas-vilte/GCPSteamAnalytics
models
package
Version:
v0.0.0-...-65b1bfe
Opens a new window with list of versions in this module.
Published: Oct 14, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BestPurchaseOption struct {
Id_purchase int64 `json:"id_purchase"`
Id_storeitem int64 `json:"id_storeitem"`
Discount_pct int64 `json:"discount_pct"`
Discount_amount int64 `json:"discount_amount"`
Discount_end_date int64 `json:"discount_end_date"`
Price_original int64 `json:"price_original"`
}
type Developer struct {
Id_developer int64 `json:"id_developer"`
Id_storeitem int64 `json:"id_storeitem"`
Name string `json:"name"`
}
type Plataform struct {
Id_game int64 `json:"id_game"`
Id_storeitem int64 `json:"id_storeitem"`
Windows bool `json:"windows"`
Mac bool `json:"mac"`
Linux bool `json:"liunx"`
}
type Publisher struct {
Id_publisher int64 `json:"id_publisher"`
Id_storeitem int64 `json:"id_storeitem"`
Name string `json:"name"`
}
type Release struct {
Id_release int64 `json:"id_release"`
Id_storeitem int64 `json:"id_storeitem"`
Steam_release_date int64 `json:"steam_release_date"`
}
type Reviews struct {
Id_review int64 `json:"id_review"`
Id_storeitem int64 `json:"id_storeitem"`
Percent_positive int64 `json:"percent_positive"`
Review_count int64 `json:"review_count"`
Review_score int64 `json:"review_score"`
Review_score_label string `json:"review_score_label"`
}
type StoreItem struct {
SteamAppid int64 `json:"steam_appid"`
NameGame string `json:"name"`
ShortDescription string `json:"short_description"`
}
type SupportLanguage struct {
Id_language int64 `json:"id_language"`
Id_storeitem int64 `json:"id_storeitem"`
Full_audio bool `json:"full_audio"`
Subtitles bool `json:"subtitles"`
Supported bool `json:"supported"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.