SetOut sets the stdout stream for the cli to the specified io.Writer
(out *streams.Out)
| 65 | |
| 66 | // SetOut sets the stdout stream for the cli to the specified io.Writer |
| 67 | func (c *FakeCli) SetOut(out *streams.Out) { |
| 68 | c.out = out |
| 69 | } |
| 70 | |
| 71 | // Client returns a docker API client |
| 72 | func (c *FakeCli) Client() client.APIClient { |
no outgoing calls