(ctx context.Context, options client.SwarmJoinOptions)
| 538 | } |
| 539 | |
| 540 | func (d *DryRunClient) SwarmJoin(ctx context.Context, options client.SwarmJoinOptions) (client.SwarmJoinResult, error) { |
| 541 | return d.apiClient.SwarmJoin(ctx, options) |
| 542 | } |
| 543 | |
| 544 | func (d *DryRunClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error) { |
| 545 | return d.apiClient.SwarmGetUnlockKey(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected