Documentation
¶
Index ¶
- func AllScoreReport(svc *svc.Context) gin.HandlerFunc
- func AvgRelativeSor(svc *svc.Context) gin.HandlerFunc
- func PodiumReport(svc *svc.Context) gin.HandlerFunc
- func Records(svc *svc.Context) gin.HandlerFunc
- func RelativeSor(svc *svc.Context) gin.HandlerFunc
- func Report(svc *svc.Context) gin.HandlerFunc
- func SorReport(svc *svc.Context) gin.HandlerFunc
- type AllScoreReportResponse
- type RecordsResponse
- type ReportResponse
- type SorReportResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllScoreReport ¶
func AllScoreReport(svc *svc.Context) gin.HandlerFunc
func AvgRelativeSor ¶
func AvgRelativeSor(svc *svc.Context) gin.HandlerFunc
func PodiumReport ¶
func PodiumReport(svc *svc.Context) gin.HandlerFunc
func RelativeSor ¶
func RelativeSor(svc *svc.Context) gin.HandlerFunc
Types ¶
type AllScoreReportResponse ¶
type RecordsResponse ¶
type ReportResponse ¶
type SorReportResponse ¶
type SorReportResponse struct { BestSingle map[model.SorStatisticsKey][]core.SorScore `json:"BestSingle"` BestAvg map[model.SorStatisticsKey][]core.SorScore `json:"BestAvg"` }
Click to show internal directories.
Click to hide internal directories.