Documentation
¶
Overview ¶
Package outGameRequests contains all models regarding all the requests from logged users searching for games to play.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyEnabledGames ¶
type MyEnabledGames struct { Type string `json:"Type" xml:"Type" form:"Type"` API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"` SessionToken string `json:"SessionToken" xml:"SessionToken" form:"SessionToken"` }
MyGames represents a request dome (or all) the games available to a single user.
type UserGameDetail ¶
type UserGameDetail struct { Type string `json:"Type" xml:"Type" form:"Type"` API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"` SessionToken string `json:"SessionToken" xml:"SessionToken" form:"SessionToken"` GameID int64 `json:"GameID" xml:"GameID" form:"GameID"` }
UserGameDetail represents a request to get details for a single game.
type UserGameList ¶
type UserGameList struct { Type string `json:"Type" xml:"Type" form:"Type"` API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"` SessionToken string `json:"SessionToken" xml:"SessionToken" form:"SessionToken"` }
UserGameList represents a request dome (or all) the games available to a single user.
Click to show internal directories.
Click to hide internal directories.