| 1036 | } |
| 1037 | |
| 1038 | type TLSRoundTripperSettings struct { |
| 1039 | CA, CAFile string |
| 1040 | Cert, CertFile string |
| 1041 | Key, KeyFile string |
| 1042 | } |
| 1043 | |
| 1044 | func NewTLSRoundTripper( |
| 1045 | cfg *tls.Config, |
nothing calls this directly
no outgoing calls
no test coverage detected