Documentation
¶
Index ¶
- func AppendEditions(products map[string]any) (map[string]any, error)
- func GetAccountPagesProducts(since int64) ([]string, error)
- func GetCatalogAccountProducts(since int64) (map[string]any, error)
- func GetCatalogPagesProducts(since int64) ([]string, error)
- func GetDetailsUpdates(since int64) (map[string]any, error)
- func GetGameGogIds(gogIds map[string]any) (map[string]any, error)
- func GetHltbIdGogIds(rdx redux.Readable) map[string][]string
- func GetHltbIds(gogIds iter.Seq[string]) (map[string][]string, error)
- func GetOpenCriticGogIds(gogIds iter.Seq[string]) (map[string][]string, error)
- func GetOpenCriticIdGogIds(rdx redux.Readable) map[string][]string
- func GetPcgwGogIds(gogIds iter.Seq[string]) (map[string][]string, error)
- func GetPcgwPageIdGogIds(rdx redux.Readable) map[string][]string
- func GetSteamAppIdGogIds(rdx redux.Readable) map[string][]string
- func GetSteamGogIds(gogIds iter.Seq[string]) (map[string][]string, error)
- func GetWikipediaIdGogIds(rdx redux.Readable) map[string][]string
- func GetWikipediaIds(gogIds iter.Seq[string]) (map[string][]string, error)
- func IsNotEmpty(strs ...string) bool
- func ReduceMisc() error
- func ShouldSkip(id string, pt vangogh_integration.ProductType, rdx redux.Writeable) (bool, error)
- func ShouldUpdate(id string, pt vangogh_integration.ProductType, rdx redux.Readable) (bool, error)
- func WriteReductions(rdx redux.Writeable, piv PropertyIdValues) error
- type PropertyIdValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountPagesProducts ¶
func GetCatalogPagesProducts ¶
func GetGameGogIds ¶ added in v0.9.58
func GetHltbIdGogIds ¶ added in v0.8.68
func GetHltbIds ¶ added in v1.0.3
func GetOpenCriticGogIds ¶ added in v0.9.50
func GetOpenCriticIdGogIds ¶ added in v0.9.52
func GetPcgwPageIdGogIds ¶ added in v0.8.67
func GetSteamAppIdGogIds ¶ added in v0.8.67
func GetWikipediaIdGogIds ¶ added in v1.0.3
func GetWikipediaIds ¶ added in v1.0.3
func IsNotEmpty ¶ added in v0.9.12
func ReduceMisc ¶ added in v0.9.55
func ReduceMisc() error
func ShouldSkip ¶ added in v1.1.0
func ShouldSkip(id string, pt vangogh_integration.ProductType, rdx redux.Writeable) (bool, error)
func ShouldUpdate ¶ added in v1.1.0
func ShouldUpdate(id string, pt vangogh_integration.ProductType, rdx redux.Readable) (bool, error)
func WriteReductions ¶
func WriteReductions(rdx redux.Writeable, piv PropertyIdValues) error
Types ¶
type PropertyIdValues ¶
func InitReductions ¶
func InitReductions(properties ...string) PropertyIdValues
Click to show internal directories.
Click to hide internal directories.