Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AllWorkers []sneaker.Worker AllWorkerIs []sneaker.WorkerI )
View Source
var AmqpGlobalConfig struct { Connect struct { Host string `yaml:"host"` Port string `yaml:"port"` Username string `yaml:"username"` Password string `yaml:"password"` Vhost string `yaml:"vhost"` } `yaml:"connect"` Exchange map[string]map[string]string `yaml:"exchange"` Queue map[string]map[string]string `yaml:"queue"` }
View Source
var (
RabbitMqConnect sneaker.RabbitMqConnect
)
Functions ¶
func InitAmqpConfig ¶
func InitAmqpConfig()
Types ¶
Click to show internal directories.
Click to hide internal directories.