(ctx context.Context)
| 542 | } |
| 543 | |
| 544 | func (d *DryRunClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error) { |
| 545 | return d.apiClient.SwarmGetUnlockKey(ctx) |
| 546 | } |
| 547 | |
| 548 | func (d *DryRunClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) { |
| 549 | return d.apiClient.SwarmUnlock(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected