Documentation ¶
Index ¶
- func All(app *types.App, cc string) error
- func AllRegions(app *types.App) error
- func AppInfo(appid int) ([]string, int)
- func Fanatical(app *types.App, cc string) error
- func HTTPGet(rurl string) ([]byte, error)
- func Humble(app *types.App, cc string) error
- func PostDiscord(AppID int) error
- func PostDiscordPreapprove(AppID int, recommendation string) error
- func Steam(app *types.App, cc string) error
- func SteamAppList() (map[string]types.SteamGame, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllRegions ¶
AllRegions works the same as All, but fetches everything for all regions.
func AppInfo ¶
AppInfo fetches the tags and review score of an app (generically named because we may fetch more from AppInfo soon)
func Fanatical ¶
Fanatical searches and updates apps from Fanatical
func HTTPGet ¶
HTTPGet fetches a document using HTTP and returns the bytes of the file if found, or an error, if any
func Humble ¶
Humble fetches an app's prices from Humble and will update the passed App
func PostDiscordPreapprove ¶
PostDiscordPreapprove posts a pre-approval message to LU_POST_PREAPPROVAL
func Steam ¶
Steam fetches an app's information from Steam and will update the passed App
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.