Feature/sub pairs #1043
Annotations
10 errors
Test:
exchanges/binanceus/binanceus_websocket.go#L593
bi.Websocket.AddSuccessfulSubscriptions undefined (type *stream.Websocket has no field or method 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/binance/binance_websocket.go#L526
unknown field Pair in struct literal of type subscription.Subscription
|
Test:
exchanges/binance/binance_websocket.go#L571
cannot assign to c.State (neither addressable nor a map index expression)
|
Test:
exchanges/binance/binance_websocket.go#L573
c.Pair undefined (type subscription.Subscription has no field or method Pair)
|
Test:
exchanges/binance/binance_websocket.go#L593
cannot use ... in call to non-variadic b.Websocket.RemoveSubscriptions
|
Test:
exchanges/binance/binance_websocket.go#L597
b.Websocket.AddSuccessfulSubscriptions undefined (type *stream.Websocket has no field or method AddSuccessfulSubscriptions)
|
Loading