Documentation
¶
Index ¶
Constants ¶
View Source
const ( INTERNAL_ERROR = -1 RUNTIME_ERROR = -2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildError ¶
type RunResult ¶
type RunResult struct { Success bool `json:"success"` Message string `json:"message"` Builds []BuildError `json:"builds"` Tests []TestResult `json:"tests"` }
run stage model
type SandboxExecResult ¶
type SourceCode ¶
type SourceCode struct { SourceCodeTest string `json:"src_test"` SourceCodes []SourceFile `json:"src"` }
type SourceFile ¶
type Submission ¶
type Submission struct { Id string `json:"id"` Type string `json:"type"` SourceCodeTest string `json:"src_test"` SourceFiles []SourceFile `json:"src"` }
Click to show internal directories.
Click to hide internal directories.