Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RankLinks = []*Link{}
View Source
var Stages = map[string]*Stage{}
View Source
var Worlds = []*World{}
Functions ¶
Types ¶
type Run ¶
type Run struct {
AvgRank, Goal, Player string
Clear, Points, PointsRank, PointsTime, Rank, Stages int
Date time.Time
Stage *Stage `db:"stage_id"`
TimeRemaining, TimeTaken time.Duration
VideoURL *string
}
Contains the superset of fields every different table needs. TODO Probably needs splitting apart then there's a JSON API.
type Stage ¶
Click to show internal directories.
Click to hide internal directories.