Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
type
Runner
interface
{
14
Run() (*exec.Cmd, error)
15
Info() (os.FileInfo, error)
16
SetWriter(io.Writer)
17
Kill() error
18
}
19
20
type
runner
struct
{
21
bin string
Callers
12
Test_Runner_Run
Function · 0.95
Test_Runner_Kill
Function · 0.95
Test_Runner_SetWriter
Function · 0.95
main
Function · 0.65
build
Function · 0.65
defaultHandler
Method · 0.65
Test_NewRunner
Function · 0.95
MainAction
Function · 0.95
Test_Runner_SetWriter
Function · 0.95
MainAction
Function · 0.95
shutdown
Function · 0.65
Kill
Method · 0.65
Implementers
2
MockRunner
lib/mocks_test.go
runner
lib/runner.go
Calls
no outgoing calls
Tested by
no test coverage detected