(options *tlsConfigOptions)
| 1254 | // TLSConfigOption defines an option that can be applied to the HTTP client. |
| 1255 | type TLSConfigOption interface { |
| 1256 | applyToTLSConfigOptions(options *tlsConfigOptions) |
| 1257 | } |
| 1258 | |
| 1259 | // NewTLSConfig creates a new tls.Config from the given TLSConfig. |
no outgoing calls
no test coverage detected