output

package
v0.0.0-...-ef8be34 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2014 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Build, run and go tool manipulations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildHandler

func BuildHandler(w http.ResponseWriter, r *http.Request)

BuildHandler handles request of building.

func GoGetHandler

func GoGetHandler(w http.ResponseWriter, r *http.Request)

GoGetHandler handles request of go get.

func GoInstallHandler

func GoInstallHandler(w http.ResponseWriter, r *http.Request)

GoInstallHandler handles request of go install.

func GoTestHandler

func GoTestHandler(w http.ResponseWriter, r *http.Request)

GoTestHandler handles request of go test.

func RunHandler

func RunHandler(w http.ResponseWriter, r *http.Request)

RunHandler handles request of executing a binary file.

func StopHandler

func StopHandler(w http.ResponseWriter, r *http.Request)

StopHandler handles request of stoping a running process.

func WSHandler

func WSHandler(w http.ResponseWriter, r *http.Request)

WSHandler handles request of creating output channel.

Types

type Lint

type Lint struct {
	File     string `json:"file"`
	LineNo   int    `json:"lineNo"`
	Severity string `json:"severity"`
	Msg      string `json:"msg"`
}

Code lint.

Jump to

Keyboard shortcuts

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