SetEndpoint FIXME ...
(endpoint string)
| 200 | |
| 201 | // SetEndpoint FIXME ... |
| 202 | func (apiClient *ApiClient) SetEndpoint(endpoint string) { |
| 203 | apiClient.endpoint = endpoint |
| 204 | } |
| 205 | |
| 206 | // GetEndpoint FIXME ... |
| 207 | func (apiClient *ApiClient) GetEndpoint() string { |
no outgoing calls
no test coverage detected