output

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2019 License: Apache-2.0 Imports: 20 Imported by: 17

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 CrossCompilationHandler

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

CrossCompilationHandler handles request of cross compilation.

func GoInstallHandler

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

GoInstallHandler handles request of go install.

func GoModHandler

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

GoModHandler handles request of go mod.

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 stopping 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