types

package
v0.0.0-...-46fe30e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2016 License: MIT Imports: 0 Imported by: 0

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 RunParams

type RunParams struct {
	Language string `json:"lang" binding:"required"`
	Source   string `json:"source" binding:"required"`
	Spec     string `json:"spec" binding:"required"`
}

type RunResults

type RunResults struct {
	Output interface{} `json:"output"`
}

type TestSubmitParams

type TestSubmitParams struct {
	Code string `json:"code" binding:"required"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL