config.go 116 B

123456
  1. package service
  2. // Config 服务配置
  3. type Config struct {
  4. RabbitMQ string // rabbit mq broker 连接字符串
  5. }