(ctx context.Context, options client.SwarmUpdateOptions)
| 558 | } |
| 559 | |
| 560 | func (d *DryRunClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) { |
| 561 | return d.apiClient.SwarmUpdate(ctx, options) |
| 562 | } |
| 563 | |
| 564 | func (d *DryRunClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error) { |
| 565 | return d.apiClient.SecretList(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected