EnableAllowGetMethodPayload is a global wrapper methods which delegated to the default client's Client.EnableAllowGetMethodPayload.
()
| 678 | // EnableAllowGetMethodPayload is a global wrapper methods which delegated |
| 679 | // to the default client's Client.EnableAllowGetMethodPayload. |
| 680 | func EnableAllowGetMethodPayload() *Client { |
| 681 | return defaultClient.EnableAllowGetMethodPayload() |
| 682 | } |
| 683 | |
| 684 | // SetCommonRetryCount is a global wrapper methods which delegated |
| 685 | // to the default client's Client.SetCommonRetryCount. |
nothing calls this directly
no test coverage detected
searching dependent graphs…