| 123456789101112131415161718 |
- package comp
- import (
- "git.wanbits.io/joe/kettle/htp"
- "git.wanbits.io/joe/kettle/mq/mqsvr"
- "git.wanbits.io/joe/kettle/utl"
- "github.com/go-redis/redis"
- )
- var (
- GBufPool = utl.NewBufPool(1560)
- GRds *redis.Client //TODO: switch to cluster
- GMq *mqsvr.Stan
- GEv *mqsvr.Nats
- GRpc *htp.GinServer
- )
|