SetRootCertsFromFile is a global wrapper methods which delegated to the default client's Client.SetRootCertsFromFile.
(pemFiles ...string)
| 96 | // SetRootCertsFromFile is a global wrapper methods which delegated |
| 97 | // to the default client's Client.SetRootCertsFromFile. |
| 98 | func SetRootCertsFromFile(pemFiles ...string) *Client { |
| 99 | return defaultClient.SetRootCertsFromFile(pemFiles...) |
| 100 | } |
| 101 | |
| 102 | // GetTLSClientConfig is a global wrapper methods which delegated |
| 103 | // to the default client's Client.GetTLSClientConfig. |
nothing calls this directly
no test coverage detected
searching dependent graphs…