SetLogger is a global wrapper methods which delegated to the default client's Client.SetLogger.
(log Logger)
| 240 | // SetLogger is a global wrapper methods which delegated |
| 241 | // to the default client's Client.SetLogger. |
| 242 | func SetLogger(log Logger) *Client { |
| 243 | return defaultClient.SetLogger(log) |
| 244 | } |
| 245 | |
| 246 | // SetTimeout is a global wrapper methods which delegated |
| 247 | // to the default client's Client.SetTimeout. |
nothing calls this directly
no test coverage detected
searching dependent graphs…