(ctx context.Context, id string, options client.SecretUpdateOptions)
| 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) |
| 582 | } |
| 583 | |
| 584 | func (d *DryRunClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult { |
| 585 | return d.apiClient.Events(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected