Documentation
¶
Index ¶
- func FlagFromRedux(redux map[string][]string, property string) bool
- func FuncMap() template.FuncMap
- func NewChangelog(rdx map[string][]string) *changelog
- func NewDescription(rdx map[string][]string) *description
- func NewScreenshots(rdx map[string][]string) *screenshots
- func NewSteamNews(san *steam_integration.AppNews) *steamNews
- func NewSteamReviews(sar *steam_integration.AppReviews) *steamReviews
- func NewVideos(rdx map[string][]string) *videos
- type Downloads
- type ProductDownloads
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChangelog ¶
func NewDescription ¶
func NewScreenshots ¶
func NewSteamNews ¶
func NewSteamNews(san *steam_integration.AppNews) *steamNews
func NewSteamReviews ¶ added in v0.4.63
func NewSteamReviews(sar *steam_integration.AppReviews) *steamReviews
Types ¶
type Downloads ¶
type Downloads struct {
ValidationSuccess bool
ValidationResults []string
ValidationCompleted string
CurrentOS *ProductDownloads
OtherOS *ProductDownloads
Extras *ProductDownloads
}
func NewDownloads ¶
func NewDownloads(rdx map[string][]string, clientOS vangogh_local_data.OperatingSystem, dls vangogh_local_data.DownloadsList) *Downloads
type ProductDownloads ¶
type ProductDownloads struct {
CurrentOS bool
OperatingSystems string
Installers vangogh_local_data.DownloadsList
DLCs vangogh_local_data.DownloadsList
Extras vangogh_local_data.DownloadsList
}
Click to show internal directories.
Click to hide internal directories.