Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentlyPlaying ¶
Types ¶
type SteamAppDetail ¶
type SteamAppResponse ¶
type SteamAppResponse struct {
Data SteamAppDetail `json:"data"`
}
type SteamPlayerSummary ¶
type SteamPlayerSummary struct {
Response SteamResponse `json:"response"`
}
type SteamResponse ¶
type SteamResponse struct {
Players []SteamUser `json:"players"`
}
Click to show internal directories.
Click to hide internal directories.