Documentation ¶
Overview ¶
Package server implements the web service for Spy Cards Online.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomExtensions ¶ added in v0.3.3
type CustomExtensions struct { Stages []CustomStage `json:"s"` Music []CustomMusic `json:"m"` }
type CustomMusic ¶ added in v0.3.3
type CustomStage ¶ added in v0.3.3
type CustomStage struct { ID int64 `json:"-"` Name string `json:"n"` CID card.ContentIdentifier `json:"c"` }
type GameMode ¶
type GameMode struct { ID int64 `json:"-"` Prefix sql.NullString `json:"-"` match.AvailableMode }
GameMode is a community-owned Spy Cards Online custom game mode.
Click to show internal directories.
Click to hide internal directories.