(ctx context.Context, options client.SwarmUnlockOptions)
| 546 | } |
| 547 | |
| 548 | func (d *DryRunClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) { |
| 549 | return d.apiClient.SwarmUnlock(ctx, options) |
| 550 | } |
| 551 | |
| 552 | func (d *DryRunClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error) { |
| 553 | return d.apiClient.SwarmLeave(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected