func(options *httpClientOptions)
| 513 | } |
| 514 | |
| 515 | type httpClientOptionFunc func(options *httpClientOptions) |
| 516 | |
| 517 | func (f httpClientOptionFunc) applyToHTTPClientOptions(options *httpClientOptions) { |
| 518 | f(options) |
no outgoing calls
no test coverage detected
searching dependent graphs…