(context.Context, ...Option)
| 42 | // Provider constructs *http.Clients. |
| 43 | type Provider interface { |
| 44 | HTTPClient(context.Context, ...Option) (*http.Client, error) |
| 45 | } |
| 46 | |
| 47 | // Option is an option for HTTP clients. |
no outgoing calls
no test coverage detected