SetCommonCookies is a global wrapper methods which delegated to the default client's Client.SetCommonCookies.
(cookies ...*http.Cookie)
| 210 | // SetCommonCookies is a global wrapper methods which delegated |
| 211 | // to the default client's Client.SetCommonCookies. |
| 212 | func SetCommonCookies(cookies ...*http.Cookie) *Client { |
| 213 | return defaultClient.SetCommonCookies(cookies...) |
| 214 | } |
| 215 | |
| 216 | // DisableDebugLog is a global wrapper methods which delegated |
| 217 | // to the default client's Client.DisableDebugLog. |
nothing calls this directly
no test coverage detected
searching dependent graphs…