MCPcopy Index your code
hub / github.com/codegangsta/gin / Run

Method Run

lib/runner.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13type Runner interface {
14 Run() (*exec.Cmd, error)
15 Info() (os.FileInfo, error)
16 SetWriter(io.Writer)
17 Kill() error

Callers 6

Test_Runner_RunFunction · 0.95
Test_Runner_KillFunction · 0.95
Test_Runner_SetWriterFunction · 0.95
mainFunction · 0.65
buildFunction · 0.65
defaultHandlerMethod · 0.65

Implementers 2

MockRunnerlib/mocks_test.go
runnerlib/runner.go

Calls

no outgoing calls

Tested by 3

Test_Runner_RunFunction · 0.76
Test_Runner_KillFunction · 0.76
Test_Runner_SetWriterFunction · 0.76