Websocket: Add suffix to state consts #1036
Annotations
10 errors
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)
|
Test:
exchanges/binance/binance_websocket.go#L636
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)
|
Loading