Currency: Add new forex provider exchangerate.host (#682)

* Add new forex provider ExchangeRateHost.io

* Fix linter paramTypeComine

* Add templates and README files

* Convert all times to UTC

* Fix cosmetic issue and address nits

* Add support for fx exchangerate.host engine override

* Address nit plus use remove plural
This commit is contained in:
Adrian Gallagher
2021-05-05 15:32:49 +10:00
committed by GitHub
parent 5d445991c7
commit 6ff453c364
20 changed files with 968 additions and 117 deletions

View File

@@ -52,6 +52,7 @@ type Settings struct {
EnableCurrencyLayer bool
EnableFixer bool
EnableOpenExchangeRates bool
EnableExchangeRateHost bool
// Exchange tuning settings
EnableExchangeHTTPRateLimiter bool