tool/exchange_wrapper_coverage: fix regression and implement reflection (#837)

* cmd/tools/exchange: fix regression and implement reflection so as this can dynamically scale to our interface

* exchanges: add comment and fix whoopsie

* exchanges: fix linter issues

* wrapper_cov_tool: add actual full interface method count to get a better perceived deployment

* exchanges/tool: addr glorious nits

* kraken: remove string in test

* exchange_template_tool: fix tmpl issue
This commit is contained in:
Ryan O'Hara-Reid
2021-11-17 15:41:21 +11:00
committed by GitHub
parent 7c7aebe22f
commit da3402476e
67 changed files with 878 additions and 239 deletions

View File

@@ -28,7 +28,8 @@ func (c *CustomEx) Setup(exch *config.Exchange) error {
return nil
}
func (c *CustomEx) Start(wg *sync.WaitGroup) {
func (c *CustomEx) Start(wg *sync.WaitGroup) error {
return nil
}
func (c *CustomEx) SetDefaults() {