SecretManagerOption is an option for providing a SecretManager.
| 584 | |
| 585 | // SecretManagerOption is an option for providing a SecretManager. |
| 586 | type SecretManagerOption interface { |
| 587 | TLSConfigOption |
| 588 | HTTPClientOption |
| 589 | } |
| 590 | |
| 591 | // WithSecretManager allows setting the secret manager. |
| 592 | func WithSecretManager(manager SecretManager) SecretManagerOption { |
nothing calls this directly
no outgoing calls
no test coverage detected