package
0.3.1
Repository: https://github.com/makerdao/oracle-suite.git
Documentation: pkg.go.dev

# Functions

MakeHTTPRequest makes HTTP request to given `url` with `headers` and in case of error it will retry request `retry` amount of times.
NewHTTPWorkerPool create new worker pool for queries.
No description provided by the author

# Structs

HTTPRequest default HTTP Request structure.
HTTPResponse default query engine response.
HTTPWorkerPool structure that contain WokerPool HTTP implementation It implements worker pool that will do real HTTP calls to resources using `query.MakeHTTPRequest`.
MockWorkerPool mock worker pool implementation for tests.

# Interfaces

WorkerPool interface for any Query Engine worker pools.