Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codegangsta/gin
/ Info
Method
Info
lib/runner.go:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
type
Runner
interface
{
14
Run() (*exec.Cmd, error)
15
Info() (os.FileInfo, error)
16
SetWriter(io.Writer)
17
Kill() error
18
}
Callers
1
Test_NewRunner
Function · 0.95
Implementers
2
MockRunner
lib/mocks_test.go
runner
lib/runner.go
Calls
no outgoing calls
Tested by
1
Test_NewRunner
Function · 0.76