Documentation ¶
Overview ¶
Package analysis provides functions that can help analyze collected data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountAllApps ¶
CountAllApps returns total number of apps in the metadata database.
func CountUnusableApps ¶
CountUnusableApps returns total number of unusable apps.
func CountUsableApps ¶
CountUsableApps returns total number of usable apps.
func DetectUnusableApps ¶
func DetectUnusableApps() error
DetectUnusableApps finds applications that have no active users and marks them as unusable.
func DetectUsableApps ¶
func DetectUsableApps() error
DetectUsableApps checks if any of the unusable applications become usable.
func MostPopularAppsToday ¶
func MostPopularAppsToday() ([]appRow, error)
MostPopularAppsToday function returns list of 30 apps that had most users today (excluding app #0 - Steam Client).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.