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

Interface Runner

lib/runner.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Runner interface {
14 Run() (*exec.Cmd, error)
15 Info() (os.FileInfo, error)
16 SetWriter(io.Writer)
17 Kill() error
18}
19
20type runner struct {
21 bin string

Callers 12

Test_Runner_RunFunction · 0.95
Test_Runner_KillFunction · 0.95
Test_Runner_SetWriterFunction · 0.95
mainFunction · 0.65
buildFunction · 0.65
defaultHandlerMethod · 0.65
Test_NewRunnerFunction · 0.95
MainActionFunction · 0.95
Test_Runner_SetWriterFunction · 0.95
MainActionFunction · 0.95
shutdownFunction · 0.65
KillMethod · 0.65

Implementers 2

MockRunnerlib/mocks_test.go
runnerlib/runner.go

Calls

no outgoing calls

Tested by

no test coverage detected