()
| 61 | StdinPipe() (io.WriteCloser, error) |
| 62 | StdoutPipe() (io.Reader, error) |
| 63 | StderrPipe() (io.Reader, error) |
| 64 | } |
| 65 | |
| 66 | func RunSimpleCommand(ctx context.Context, client ShellClient, spec CommandSpec) (string, string, error) { |
no outgoing calls
no test coverage detected