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

Struct runner

lib/runner.go:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type runner struct {
21 bin string
22 args []string
23 writer io.Writer
24 command *exec.Cmd
25 starttime time.Time
26}
27
28func NewRunner(bin string, args ...string) Runner {
29 return &runner{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected