Documentation ¶
Index ¶
- func Changelog(id string, rdx kevlar.ReadableRedux) compton.PageElement
- func Description(id string, rdx kevlar.ReadableRedux) compton.PageElement
- func Downloads(id string, dls vangogh_local_data.DownloadsList, rdx kevlar.ReadableRedux) compton.PageElement
- func ExternalLinks(id string, rdx kevlar.ReadableRedux) compton.PageElement
- func Product(id string, rdx kevlar.ReadableRedux, hasSections []string) compton.PageElement
- func Properties(id string, rdx kevlar.ReadableRedux) compton.PageElement
- func Screenshots(id string, rdx kevlar.ReadableRedux) compton.PageElement
- func Search(query map[string][]string, ids []string, from, to int, ...) compton.PageElement
- func SteamDeck(id string, dacr *steam_integration.DeckAppCompatibilityReport, ...) compton.PageElement
- func SteamNews(id string, san *steam_integration.AppNews, all bool) compton.PageElement
- func SteamReviews(id string, sar *steam_integration.AppReviews) compton.PageElement
- func TagsEditor(id string, owned bool, tagsProperty string, allValues map[string]string, ...) compton.PageElement
- func Updates(sections []string, updates map[string][]string, ...) compton.PageElement
- func Videos(videoIds []string, videoTitles, videoDurations map[string]string) compton.PageElement
- type DownloadVariant
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Changelog ¶
func Changelog(id string, rdx kevlar.ReadableRedux) compton.PageElement
func Description ¶
func Description(id string, rdx kevlar.ReadableRedux) compton.PageElement
func Downloads ¶
func Downloads(id string, dls vangogh_local_data.DownloadsList, rdx kevlar.ReadableRedux) compton.PageElement
Downloads will present available installers, DLCs in the following hierarchy: - Operating system heading - Installers and DLCs (separately) - title_values list of downloads by version
func ExternalLinks ¶ added in v0.6.32
func ExternalLinks(id string, rdx kevlar.ReadableRedux) compton.PageElement
func Product ¶
func Product(id string, rdx kevlar.ReadableRedux, hasSections []string) compton.PageElement
func Properties ¶ added in v0.6.32
func Properties(id string, rdx kevlar.ReadableRedux) compton.PageElement
func Screenshots ¶
func Screenshots(id string, rdx kevlar.ReadableRedux) compton.PageElement
func Search ¶
func Search(query map[string][]string, ids []string, from, to int, rdx kevlar.ReadableRedux) compton.PageElement
func SteamDeck ¶
func SteamDeck(id string, dacr *steam_integration.DeckAppCompatibilityReport, rdx kevlar.ReadableRedux) compton.PageElement
func SteamNews ¶
func SteamNews(id string, san *steam_integration.AppNews, all bool) compton.PageElement
func SteamReviews ¶
func SteamReviews(id string, sar *steam_integration.AppReviews) compton.PageElement
func TagsEditor ¶
Types ¶
type DownloadVariant ¶
type DownloadVariant struct {
// contains filtered or unexported fields
}
func (*DownloadVariant) Equals ¶
func (dv *DownloadVariant) Equals(other *DownloadVariant) bool
Click to show internal directories.
Click to hide internal directories.