(ctx context.Context, options client.ServerVersionOptions)
| 626 | } |
| 627 | |
| 628 | func (d *DryRunClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error) { |
| 629 | return d.apiClient.ServerVersion(ctx, options) |
| 630 | } |
| 631 | |
| 632 | func (d *DryRunClient) DialHijack(ctx context.Context, url, proto string, meta map[string][]string) (net.Conn, error) { |
| 633 | return d.apiClient.DialHijack(ctx, url, proto, meta) |
nothing calls this directly
no outgoing calls
no test coverage detected