WithClientOption instructs the Providers to accept additional options for the NewClient call, such as WithRequestLogThreshold.
(options ...Option)
| 26 | // WithClientOption instructs the Providers to accept additional options for the |
| 27 | // NewClient call, such as WithRequestLogThreshold. |
| 28 | func WithClientOption(options ...Option) ProvidersOptionFunc { |
| 29 | return func(providerOption *providersOption) { |
| 30 | providerOption.clientOptions = options |
| 31 | } |
| 32 | } |
no outgoing calls