GetClient is a global wrapper methods which delegated to the default client's Client.GetClient.
()
| 804 | // GetClient is a global wrapper methods which delegated |
| 805 | // to the default client's Client.GetClient. |
| 806 | func GetClient() *http.Client { |
| 807 | return defaultClient.GetClient() |
| 808 | } |
| 809 | |
| 810 | // NewRequest is a global wrapper methods which delegated |
| 811 | // to the default client's Client.NewRequest. |
nothing calls this directly
no test coverage detected
searching dependent graphs…