best

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

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 Records

func Records(svc *svc.Context) gin.HandlerFunc

func RelativeSor

func RelativeSor(svc *svc.Context) gin.HandlerFunc

func Report

func Report(svc *svc.Context) gin.HandlerFunc

func SorReport

func SorReport(svc *svc.Context) gin.HandlerFunc

Types

type AllScoreReportResponse

type AllScoreReportResponse struct {
	BestSingle map[model.Project][]model.Score `json:"BestSingle"`
	BestAvg    map[model.Project][]model.Score `json:"BestAvg"`
}

type RecordsResponse

type RecordsResponse struct {
	Size    int64          `json:"Size"`
	Count   int64          `json:"Count"`
	Records []model.Record `json:"Records"`
}

type ReportResponse

type ReportResponse struct {
	BestSingle map[model.Project]model.Score `json:"BestSingle"`
	BestAvg    map[model.Project]model.Score `json:"BestAvg"`
}

type SorReportResponse

type SorReportResponse struct {
	BestSingle map[model.SorStatisticsKey][]core.SorScore `json:"BestSingle"`
	BestAvg    map[model.SorStatisticsKey][]core.SorScore `json:"BestAvg"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL