Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsIpc ¶
type FsIpc struct { Requests chan interface{} GsPlayerScoresRequests chan interface{} GsPlayerLeaderboardsRequests chan interface{} RootDir string // contains filtered or unexported fields }
func (*FsIpc) WriteResponse ¶
type GsNewSessionRequest ¶
type GsPlayerScoresRequest ¶
type GsPlayerScoresRequest struct { Id string `json:"-"` Player1 *gsPlayerData `json:"player1"` Player2 *gsPlayerData `json:"player2"` }
type GsScoreSubmitRequest ¶
type NetworkResponse ¶
type NetworkResponse struct { Status string `json:"status"` Data interface{} `json:"data"` }
type PingRequest ¶
type PingResponse ¶
type PingResponse struct {
Version PingVersion `json:"version"`
}
type PingVersion ¶
Click to show internal directories.
Click to hide internal directories.