()
| 65 | } |
| 66 | |
| 67 | func CreateHttpClientEnableRetry() HttpClient { |
| 68 | return CreateHttpClient(3, defaultTimeout, time.Second*3, "application/json") |
| 69 | } |
| 70 | |
| 71 | func (target HttpClient) Get(reqUrl string, |
| 72 | reqParams map[string]string, headers map[string]string) (string, error) { |
no test coverage detected