Subscription: Fix Match #940
Annotations
10 errors
Test:
exchanges/binance/binance_websocket.go#L575
unknown field Pair in struct literal of type subscription.Subscription
|
Test:
exchanges/binance/binance_websocket.go#L620
cannot assign to c.State (neither addressable nor a map index expression)
|
Test:
exchanges/binance/binance_websocket.go#L622
c.Pair undefined (type subscription.Subscription has no field or method Pair)
|
Test:
exchanges/binance/binance_websocket.go#L642
cannot use ... in call to non-variadic b.Websocket.RemoveSubscriptions
|
Test:
exchanges/binance/binance_websocket.go#L646
b.Websocket.AddSuccessfulSubscriptions undefined (type *stream.Websocket has no field or method AddSuccessfulSubscriptions)
|
Test:
exchanges/binance/binance_websocket.go#L685
cannot use ... in call to non-variadic b.Websocket.RemoveSubscriptions
|
Test:
exchanges/binance/binance_wrapper.go#L269
cannot use b.Subscribe (value of type func(channels []subscription.Subscription) error) as func(subscription.List) error value in struct literal
|
Test:
exchanges/binance/binance_wrapper.go#L270
cannot use b.Unsubscribe (value of type func(channels []subscription.Subscription) error) as func(subscription.List) error value in struct literal
|
Test:
exchanges/binance/binance_wrapper.go#L271
cannot use b.GenerateSubscriptions (value of type func() ([]subscription.Subscription, error)) as func() (subscription.List, error) value in struct literal
|
Test:
exchanges/binanceus/binanceus_websocket.go#L593
bi.Websocket.AddSuccessfulSubscriptions undefined (type *stream.Websocket has no field or method AddSuccessfulSubscriptions)
|
The logs for this run have expired and are no longer available.
Loading