Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller consists instance for a type of data
func (*Controller) ServerContent ¶
func (c *Controller) ServerContent(server string) ([]*Stage, *errors.Error)
ServerContent gives matrices from utils.Cache of server
type Stage ¶
type Stage struct { ZoneID string `json:"zoneId,omitempty"` StageID string `json:"stageId,omitempty"` CodeI18N map[string]string `json:"code_i18n,omitempty"` ApCost int `json:"apCost,omitempty"` Existence models.Existence `json:"existence"` MinClearTime int `json:"minClearTime,omitempty"` }
Stage specifies data structure for the stage data type
func (Stage) MarshalJSON ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.