(ctx context.Context, name string, options client.SecretInspectOptions)
| 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) |
| 578 | } |
| 579 | |
| 580 | func (d *DryRunClient) SecretUpdate(ctx context.Context, id string, options client.SecretUpdateOptions) (client.SecretUpdateResult, error) { |
| 581 | return d.apiClient.SecretUpdate(ctx, id, options) |
nothing calls this directly
no outgoing calls
no test coverage detected