Documentation ¶
Index ¶
Constants ¶
View Source
const (
DiyRankingsKey = "diy_rankings"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventData ¶
type EventData struct { Event string `json:"event"` CountryRank string `json:"country_rank"` ContinentRank string `json:"continent_rank"` WorldRank string `json:"world_rank"` Single string `json:"single"` Average string `json:"average"` WorldRank2 string `json:"world_rank_2"` ContinentRank2 string `json:"continent_rank_2"` CountryRank2 string `json:"country_rank_2"` }
type PersonBestResults ¶
type PersonResult ¶
type RecordUpdateJob ¶
func (*RecordUpdateJob) Name ¶
func (c *RecordUpdateJob) Name() string
func (*RecordUpdateJob) Run ¶
func (c *RecordUpdateJob) Run() error
type UpdateDiyRankings ¶
func (*UpdateDiyRankings) Name ¶
func (u *UpdateDiyRankings) Name() string
func (*UpdateDiyRankings) Run ¶
func (u *UpdateDiyRankings) Run() error
type WcaResult ¶
type WcaResult struct { BestRank int `json:"BestRank"` BestStr string `json:"BestStr"` BestPersonName string `json:"BestPersonName"` BestPersonWCAID string `json:"BestPersonWCAID"` AvgRank int `json:"AvgRank"` AvgStr string `json:"AvgStr"` AvgPersonName string `json:"AvgPersonName"` AvgPersonWCAID string `json:"AvgPersonWCAID"` }
Click to show internal directories.
Click to hide internal directories.