runlib

package
v0.0.0-...-c0785da Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(input_stdin io.Reader, output_stdout io.Writer)

Types

type InMemoryFile

type InMemoryFile struct {
	Name    string `json:"name"`
	Content string `json:"content"`
}

type Payload

type Payload struct {
	Language string          `json:"language"`
	Files    []*InMemoryFile `json:"files"`
	Command  string          `json:"command"`
}

type Result

type Result struct {
	Stdout string `json:"stdout"`
	Stderr string `json:"stderr"`
	Error  string `json:"error"`
}

Jump to

Keyboard shortcuts

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