()
| 62 | |
| 63 | func (e fakeStreamResult) Read(p []byte) (int, error) { return e.ReadCloser.Read(p) } |
| 64 | func (e fakeStreamResult) Close() error { return e.ReadCloser.Close() } |
| 65 | |
| 66 | // NewDryRunClient produces a DryRunClient |
| 67 | func NewDryRunClient(apiClient client.APIClient, cli command.Cli) (*DryRunClient, error) { |