()
| 10 | } |
| 11 | |
| 12 | func (c ExecDefaultCmd) StdoutPipe() (io.ReadCloser, error) { |
| 13 | return c.Cmd.StdoutPipe() |
| 14 | } |
| 15 | |
| 16 | func (c ExecDefaultCmd) StderrPipe() (io.ReadCloser, error) { |
| 17 | return c.Cmd.StderrPipe() |
nothing calls this directly
no test coverage detected