Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PodiumReport ¶
func PodiumReport(svc *svc.Context) gin.HandlerFunc
func ScoreReport ¶
func ScoreReport(svc *svc.Context) gin.HandlerFunc
Types ¶
type CommonRequest ¶
type CommonRequest struct {
ContestID uint `uri:"contest_id"`
}
type ScoreReportResponse ¶
type ScoreReportResponse struct {
Scores map[model.Project][]core.RoutesScores `json:"Scores"`
}
type SorReportResponse ¶
type SorReportResponse struct { Single map[model.SorStatisticsKey][]core.SorScore `json:"Single"` Avg map[model.SorStatisticsKey][]core.SorScore `json:"Avg"` }
Click to show internal directories.
Click to hide internal directories.