(ctx context.Context, execID string, options client.ExecInspectOptions)
| 338 | } |
| 339 | |
| 340 | func (d *DryRunClient) ExecInspect(ctx context.Context, execID string, options client.ExecInspectOptions) (client.ExecInspectResult, error) { |
| 341 | return d.apiClient.ExecInspect(ctx, execID, options) |
| 342 | } |
| 343 | |
| 344 | func (d *DryRunClient) ExecResize(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error) { |
| 345 | return d.apiClient.ExecResize(ctx, execID, options) |
no outgoing calls