This commit is contained in:
zhangkun 2024-12-14 19:16:19 +08:00
parent 0e5072effd
commit a661a8d557
2 changed files with 2 additions and 2 deletions

@ -4,6 +4,7 @@ const MAIN_ALLCOINS_PERIOD_MINUTES = 1
const MAIN_ALLCOINS_ONCE_COUNTS = 3
const MAIN_ALLCOINS_BAR_PERIOD = "3m"
const ALLCANDLES_PUBLISH = "allCandles|publish"
const ALLMAXES_PUBLISH = "allMaxes|publish"
const ALLCANDLES_INNER_PUBLISH = "allCandlesInner|publish"
const ORDER_PUBLISH = "private|order|publish"
const TICKERINFO_PUBLISH = "tickerInfo|publish"

3
go.mod

@ -10,12 +10,11 @@ replace (
go 1.21
require (
github/com/phyer/v5sdkgo v0.1.0
github.com/bitly/go-simplejson v0.5.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/phyer/texus v0.0.0-20241207132635-0e7fb63f8196
github.com/sirupsen/logrus v1.9.3
v5sdk_go/rest v0.0.0-00010101000000-000000000000
v5sdk_go/ws v0.0.0-00010101000000-000000000000
)
require (