You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- import (
- "code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git/rabbit"
- )
-
- //Mq配置结构体
- type MQCfg struct {
- Host string `json:"host"`
- Port string `json:"port"`
- User string `json:"user"`
- Pwd string `json:"pwd"`
- Uri string `json:"uri"`
- Pool *rabbit.Pool `json:"pool"`
- }
|