FetchTask
(baseUrl, key string, body map[string]any)
| 45 | |
| 46 | // FetchTask |
| 47 | FetchTask(baseUrl, key string, body map[string]any) (*http.Response, error) |
| 48 | |
| 49 | ParseTaskResult(respBody []byte) (*relaycommon.TaskInfo, error) |
| 50 | } |
no outgoing calls
no test coverage detected