()
| 60 | // these are not required to be called, if they are not called, the impl will set to discard output |
| 61 | StdinPipe() (io.WriteCloser, error) |
| 62 | StdoutPipe() (io.Reader, error) |
| 63 | StderrPipe() (io.Reader, error) |
| 64 | } |
| 65 |
no outgoing calls
no test coverage detected