(ctx context.Context, options client.SwarmLeaveOptions)
| 550 | } |
| 551 | |
| 552 | func (d *DryRunClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error) { |
| 553 | return d.apiClient.SwarmLeave(ctx, options) |
| 554 | } |
| 555 | |
| 556 | func (d *DryRunClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error) { |
| 557 | return d.apiClient.SwarmInspect(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected