SetCommonPathParam is a global wrapper methods which delegated to the default client's Client.SetCommonPathParam.
(key, value string)
| 174 | // SetCommonPathParam is a global wrapper methods which delegated |
| 175 | // to the default client's Client.SetCommonPathParam. |
| 176 | func SetCommonPathParam(key, value string) *Client { |
| 177 | return defaultClient.SetCommonPathParam(key, value) |
| 178 | } |
| 179 | |
| 180 | // SetCommonPathParams is a global wrapper methods which delegated |
| 181 | // to the default client's Client.SetCommonPathParams. |
nothing calls this directly
no test coverage detected
searching dependent graphs…