Searched defs:Cmd (Results 1 – 2 of 2) sorted by relevance
29 type Cmd struct { struct30 *exec.Cmd anonMember32 Environment *Environment33 Sandbox Sandbox35 ctx Context36 config Config37 name string39 started time.Time56 func (c *Cmd) prepare() {68 func (c *Cmd) report() {[all …]
96 Cmd *string member