Bithumb: Add subscription configuration (#1618)

This commit is contained in:
Gareth Kirwan
2024-12-05 02:02:23 +01:00
committed by GitHub
parent b98e82db54
commit 6b79e4c0b4
4 changed files with 90 additions and 38 deletions

View File

@@ -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