mirror of
https://github.com/elyby/chrly.git
synced 2024-12-25 06:30:04 +05:30
11 lines
162 B
Go
11 lines
162 B
Go
package services
|
|
|
|
import (
|
|
"github.com/mediocregopher/radix.v2/pool"
|
|
"github.com/streadway/amqp"
|
|
)
|
|
|
|
var RedisPool *pool.Pool
|
|
|
|
var RabbitMQChannel *amqp.Channel
|