(ctx context.Context, options client.InfoOptions)
| 586 | } |
| 587 | |
| 588 | func (d *DryRunClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error) { |
| 589 | return d.apiClient.Info(ctx, options) |
| 590 | } |
| 591 | |
| 592 | func (d *DryRunClient) RegistryLogin(ctx context.Context, options client.RegistryLoginOptions) (client.RegistryLoginResult, error) { |
| 593 | return d.apiClient.RegistryLogin(ctx, options) |
no outgoing calls
no test coverage detected