package service // Config 服务配置 type Config struct { RabbitMQ string // rabbit mq broker 连接字符串 }