hashicorp / vault-client-go

HashiCorp Vault Go Client Library generated from OpenAPI spec.
Mozilla Public License 2.0
84 stars 17 forks source link

Populate default retry configuration options #231

Closed averche closed 1 year ago

averche commented 1 year ago

Description

Populate the required retry parameters with defaults if omitted.

Resolves #229

How has this been tested?

Adjusted the clone test to account for func pointers.