Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluationSubtasks ¶
type EvaluationTestgroups ¶
type EvaluationTests ¶
type EvaluationTests struct {
EvalUUID uuid.UUID `sql:"primary_key"`
TestID int32 `sql:"primary_key"`
FullInputS3URL string
FullAnswerS3URL string
Reached bool
Ignored bool
Finished bool
InputTrimmed *string
AnswerTrimmed *string
Subtasks *string
Testgroups *string
CheckerRuntimeID *int32
SubmRuntimeID *int32
Accepted *bool
}
type EvaluationTestset ¶
type Evaluations ¶
type Evaluations struct {
EvalUUID uuid.UUID `sql:"primary_key"`
EvaluationStage string
ScoringMethod string
CPUTimeLimitMillis int32
MemLimitKibiBytes int32
ErrorMessage *string
SystemInformation *string
LangID string
LangName string
LangCodeFname string
LangCompCmd *string
LangCompFname *string
LangExecCmd string
CreatedAt time.Time
CompileRuntimeID *int32
TestlibCheckerCode *string
TestlibInteractor *string
}
type RuntimeData ¶
type SchemaMigrations ¶
type Submissions ¶
Click to show internal directories.
Click to hide internal directories.