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"` }
Click to show internal directories.
Click to hide internal directories.