SetCertFromFile is a global wrapper methods which delegated to the default client's Client.SetCertFromFile.
(certFile, keyFile string)
| 78 | // SetCertFromFile is a global wrapper methods which delegated |
| 79 | // to the default client's Client.SetCertFromFile. |
| 80 | func SetCertFromFile(certFile, keyFile string) *Client { |
| 81 | return defaultClient.SetCertFromFile(certFile, keyFile) |
| 82 | } |
| 83 | |
| 84 | // SetCerts is a global wrapper methods which delegated |
| 85 | // to the default client's Client.SetCerts. |
nothing calls this directly
no test coverage detected
searching dependent graphs…