()
| 638 | } |
| 639 | |
| 640 | func (d *DryRunClient) Close() error { |
| 641 | return d.apiClient.Close() |
| 642 | } |
| 643 | |
| 644 | func (d *DryRunClient) CheckpointCreate(ctx context.Context, container string, options client.CheckpointCreateOptions) (client.CheckpointCreateResult, error) { |
| 645 | return d.apiClient.CheckpointCreate(ctx, container, options) |