Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecResult ¶
type JavaDriverPayload ¶
type Result ¶
type Result struct {
Problem_id string `json:"problem_id"`
Status string `json:"status"`
Results []ExecResult `json:"results"`
Error string `json:"error"`
}
type Status ¶
type Status struct {
Message string `json:"message"`
Current_status string `json:"current_status"`
Stdout string `json:"stdout"`
Stderr string `json:"stderr"`
Exec_time_ms uint16 `json:"exec_time_ms"`
Stdin string `json:"stdin"`
Expected_output string `json:"expected_output"`
Completed_At time.Time `json:"completed_at"`
}
type Submission ¶
Click to show internal directories.
Click to hide internal directories.