SetAutoDecodeContentType is a global wrapper methods which delegated to the default client's Client.SetAutoDecodeContentType.
(contentTypes ...string)
| 366 | // SetAutoDecodeContentType is a global wrapper methods which delegated |
| 367 | // to the default client's Client.SetAutoDecodeContentType. |
| 368 | func SetAutoDecodeContentType(contentTypes ...string) *Client { |
| 369 | return defaultClient.SetAutoDecodeContentType(contentTypes...) |
| 370 | } |
| 371 | |
| 372 | // SetAutoDecodeContentTypeFunc is a global wrapper methods which delegated |
| 373 | // to the default client's Client.SetAutoDecodeAllTypeFunc. |
nothing calls this directly
no test coverage detected
searching dependent graphs…