Feature/sub pairs #1061
Annotations
10 errors
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
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1719
cannot use channels (variable of type []subscription.Subscription) as subscription.List value in argument to b.ParallelChanOp
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1719
cannot use b.subscribeToChan (value of type func(chans []subscription.Subscription) error) as func(subscription.List) error value in argument to b.ParallelChanOp
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1724
cannot use channels (variable of type []subscription.Subscription) as subscription.List value in argument to b.ParallelChanOp
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1724
cannot use b.unsubscribeFromChan (value of type func(chans []subscription.Subscription) error) as func(subscription.List) error value in argument to b.ParallelChanOp
|
Test:
exchanges/bitfinex/bitfinex_websocket.go#L1749
cannot assign to c.State (neither addressable nor a map index expression)
|
Loading