output

package
v0.0.0-...-43a0c9e Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2015 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package output includes build, run and go tool related 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 GoVetHandler

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

GoVetHandler handles request of go vet.

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"`
}

Lint represents a code lint.

Jump to

Keyboard shortcuts

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