SetResultStateCheckFunc is a global wrapper methods which delegated to the default client's Client.SetCommonResultStateCheckFunc.
(fn func(resp *Response) ResultState)
| 42 | // SetResultStateCheckFunc is a global wrapper methods which delegated |
| 43 | // to the default client's Client.SetCommonResultStateCheckFunc. |
| 44 | func SetResultStateCheckFunc(fn func(resp *Response) ResultState) *Client { |
| 45 | return defaultClient.SetResultStateCheckFunc(fn) |
| 46 | } |
| 47 | |
| 48 | // SetCommonFormDataFromValues is a global wrapper methods which delegated |
| 49 | // to the default client's Client.SetCommonFormDataFromValues. |
nothing calls this directly
no test coverage detected
searching dependent graphs…