DisableAutoReadResponse is a global wrapper methods which delegated to the default client's Client.DisableAutoReadResponse.
()
| 354 | // DisableAutoReadResponse is a global wrapper methods which delegated |
| 355 | // to the default client's Client.DisableAutoReadResponse. |
| 356 | func DisableAutoReadResponse() *Client { |
| 357 | return defaultClient.DisableAutoReadResponse() |
| 358 | } |
| 359 | |
| 360 | // EnableAutoReadResponse is a global wrapper methods which delegated |
| 361 | // to the default client's Client.EnableAutoReadResponse. |
nothing calls this directly
no test coverage detected
searching dependent graphs…