Out returns the writer used for stdout
()
| 104 | |
| 105 | // Out returns the writer used for stdout |
| 106 | func (cli *DockerCli) Out() *streams.Out { |
| 107 | return cli.out |
| 108 | } |
| 109 | |
| 110 | // Err returns the writer used for stderr |
| 111 | func (cli *DockerCli) Err() *streams.Out { |
no outgoing calls