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 GetPcgwGogIds(gogIds iter.Seq[string]) (map[string]string, error)
- func GetSteamGogIds(gogIds iter.Seq[string]) (map[string]string, error)
- func ReduceOwned() error
- func ReduceTypes() error
- func SkipError(id string, productType vangogh_integration.ProductType, rdx redux.Writeable) (bool, error)
- func WriteReductions(rdx redux.Writeable, piv PropertyIdValues) error
- func WriteTypeErrors(itemErrors map[string]error, rdx redux.Writeable) error
- type PropertyIdValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountPagesProducts ¶
func GetCatalogPagesProducts ¶
func ReduceOwned ¶
func ReduceOwned() error
func ReduceTypes ¶
func ReduceTypes() error
func SkipError ¶
func SkipError(id string, productType vangogh_integration.ProductType, rdx redux.Writeable) (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.