InjectAuthHeader allows [Provider]s to set its authentication header.
(*http.Header)
| 77 | AuthHeader() string |
| 78 | // InjectAuthHeader allows [Provider]s to set its authentication header. |
| 79 | InjectAuthHeader(*http.Header) |
| 80 | |
| 81 | // CircuitBreakerConfig returns the circuit breaker configuration for the provider. |
| 82 | CircuitBreakerConfig() *config.CircuitBreaker |
no outgoing calls
no test coverage detected