Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonResult ¶
type JsonResult map[string]interface{}
type RunResults ¶
type RunResults struct {
Output interface{} `json:"output"`
}
type TestSubmitParams ¶
type TestSubmitParams struct {
Code string `json:"code" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.