()
| 953 | } |
| 954 | |
| 955 | func (c *TLSConfig) usingClientKey() bool { |
| 956 | return len(c.Key) > 0 || len(c.KeyFile) > 0 |
| 957 | } |
| 958 | |
| 959 | func (c *TLSConfig) roundTripperSettings() TLSRoundTripperSettings { |
| 960 | return TLSRoundTripperSettings{ |
no outgoing calls
no test coverage detected