(ctx context.Context, options client.SecretCreateOptions)
| 566 | } |
| 567 | |
| 568 | func (d *DryRunClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error) { |
| 569 | return d.apiClient.SecretCreate(ctx, options) |
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected