()
| 622 | } |
| 623 | |
| 624 | func (d *DryRunClient) DaemonHost() string { |
| 625 | return d.apiClient.DaemonHost() |
| 626 | } |
| 627 | |
| 628 | func (d *DryRunClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error) { |
| 629 | return d.apiClient.ServerVersion(ctx, options) |
no outgoing calls