ClientOptionsFunc is a functional option for providing configuration options to a Client.
func(*clientOptions) error
| 361 | // ClientOptionsFunc is a functional option for providing configuration options |
| 362 | // to a Client. |
| 363 | type ClientOptionsFunc func(*clientOptions) error |
| 364 | |
| 365 | // WithHTTPClient returns a ClientOptionsFunc that sets the http.Client |
| 366 | // for a Client. If not set, a default http.Client will be used. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…