Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version string
)
Functions ¶
func GetVersion ¶
func GetVersion() string
Types ¶
type ProblemConfig ¶
type ProblemConfig struct {
Label string `json:"label"`
Solution interface{} `json:"solution"`
Judge ProblemConfigJudge `json:"judge"`
Submit interface{} `json:"submit"`
}
type ProblemConfigJudge ¶
type ProblemConfigJudge struct {
Adapter string `json:"adapter"`
Config json.RawMessage `json:"config"`
}
type SolutionDetails ¶
type SolutionDetails struct {
Version int `json:"version"`
Jobs []*SolutionDetailsJob `json:"jobs"`
Summary string `json:"summary"`
}
type SolutionDetailsJob ¶
type SolutionDetailsTest ¶
Click to show internal directories.
Click to hide internal directories.