(ctx context.Context, options client.SecretListOptions)
| 562 | } |
| 563 | |
| 564 | func (d *DryRunClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error) { |
| 565 | return d.apiClient.SecretList(ctx, options) |
| 566 | } |
| 567 | |
| 568 | func (d *DryRunClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error) { |
| 569 | return d.apiClient.SecretCreate(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected