mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Bithumb: Add subscription configuration (#1618)
This commit is contained in:
@@ -44,6 +44,7 @@ var (
|
||||
ErrInvalidState = errors.New("invalid subscription state")
|
||||
ErrDuplicate = errors.New("duplicate subscription")
|
||||
ErrUseConstChannelName = errors.New("must use standard channel name constants")
|
||||
ErrNotSupported = errors.New("subscription channel not supported")
|
||||
)
|
||||
|
||||
// State tracks the status of a subscription channel
|
||||
|
||||
Reference in New Issue
Block a user