(ctx context.Context, options client.SwarmInspectOptions)
| 554 | } |
| 555 | |
| 556 | func (d *DryRunClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error) { |
| 557 | return d.apiClient.SwarmInspect(ctx, options) |
| 558 | } |
| 559 | |
| 560 | func (d *DryRunClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) { |
| 561 | return d.apiClient.SwarmUpdate(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected