SetContext FIXME ...
(ctx gocontext.Context)
| 279 | |
| 280 | // SetContext FIXME ... |
| 281 | func (apiClient *ApiClient) SetContext(ctx gocontext.Context) { |
| 282 | apiClient.ctx = ctx |
| 283 | } |
| 284 | |
| 285 | // SetProxy FIXME ... |
| 286 | func (apiClient *ApiClient) SetProxy(proxyUrl string) errors.Error { |
no outgoing calls
no test coverage detected