Feature/sub pairs #1061
Annotations
10 errors
Test:
exchanges/binanceus/binanceus_websocket.go#L593
cannot use ... in call to non-variadic bi.Websocket.AddSuccessfulSubscriptions
|
Test:
exchanges/binanceus/binanceus_websocket.go#L618
cannot use ... in call to non-variadic bi.Websocket.RemoveSubscriptions
|
Test:
exchanges/binanceus/binanceus_wrapper.go#L196
cannot use bi.Subscribe (value of type func(channelsToSubscribe []subscription.Subscription) error) as func(subscription.List) error value in struct literal
|
Test:
exchanges/binanceus/binanceus_wrapper.go#L197
cannot use bi.Unsubscribe (value of type func(channelsToUnsubscribe []subscription.Subscription) error) as func(subscription.List) error value in struct literal
|
Test:
exchanges/binanceus/binanceus_wrapper.go#L198
cannot use bi.GenerateSubscriptions (value of type func() ([]subscription.Subscription, error)) as func() (subscription.List, error) value in struct literal
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L152
undefined: stream.ErrSubscriptionNotFound
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L504
undefined: stream.ErrSubscriptionNotFound
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L516
cannot use *c (variable of type subscription.Subscription) as subscription.List value in argument to b.Websocket.AddSuccessfulSubscriptions
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1667
missing return
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1698
cannot use enabledPairs[k] (variable of type currency.Pair) as currency.Pairs value in struct literal
|
Loading