Documentation
¶
Index ¶
- Variables
- func GetAppName(appID string) (string, bool)
- func GetHubcapZIP(appID uint32) ([]byte, bool)
- func GetNews(appID string) (string, bool)
- func SaveAppName(appID, name string)
- func SaveHubcapZIP(appID uint32, data []byte) error
- func SaveNews(appID, news string)
- type AppNameCache
- type CachedNews
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DisableCache bool
)
Functions ¶
func GetAppName ¶
GetAppName looks up a cached Steam AppID title.
func GetHubcapZIP ¶
GetHubcapZIP retrieves cached Hubcap ZIP archive bytes if available on disk.
func SaveAppName ¶
func SaveAppName(appID, name string)
SaveAppName saves a Steam AppID title to local disk cache.
func SaveHubcapZIP ¶
SaveHubcapZIP writes Hubcap ZIP archive bytes to local disk cache.
Types ¶
type AppNameCache ¶
type CachedNews ¶
Click to show internal directories.
Click to hide internal directories.