redisRemoteCli
This commit is contained in:
parent
7c451a49d8
commit
7bf9e15557
18
core.go
18
core.go
@ -24,15 +24,15 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Core struct {
|
type Core struct {
|
||||||
Env string
|
Env string
|
||||||
Cfg *MyConfig
|
Cfg *MyConfig
|
||||||
RedisCli *redis.Client
|
RedisRemoteCli *redis.Client
|
||||||
RedisCli2 *redis.Client
|
RedisCli *redis.Client
|
||||||
FluentBitUrl string
|
FluentBitUrl string
|
||||||
Wg sync.WaitGroup
|
Wg sync.WaitGroup
|
||||||
RestQueueChan chan *RestQueue
|
RestQueueChan chan *RestQueue
|
||||||
OrderChan chan *private.Order
|
OrderChan chan *private.Order
|
||||||
WriteLogChan chan *WriteLog
|
WriteLogChan chan *WriteLog
|
||||||
}
|
}
|
||||||
type RestQueue struct {
|
type RestQueue struct {
|
||||||
InstId string
|
InstId string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user