Err returns the writer used for stderr
()
| 109 | |
| 110 | // Err returns the writer used for stderr |
| 111 | func (cli *DockerCli) Err() *streams.Out { |
| 112 | return cli.err |
| 113 | } |
| 114 | |
| 115 | // SetIn sets the reader used for stdin |
| 116 | func (cli *DockerCli) SetIn(in *streams.In) { |
no outgoing calls