(ctx context.Context, id string, options client.SecretRemoveOptions)
| 570 | } |
| 571 | |
| 572 | func (d *DryRunClient) SecretRemove(ctx context.Context, id string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error) { |
| 573 | return d.apiClient.SecretRemove(ctx, id, options) |
| 574 | } |
| 575 | |
| 576 | func (d *DryRunClient) SecretInspect(ctx context.Context, name string, options client.SecretInspectOptions) (client.SecretInspectResult, error) { |
| 577 | return d.apiClient.SecretInspect(ctx, name, options) |
nothing calls this directly
no outgoing calls
no test coverage detected