package config import ( "app.yhyue.com/moapp/jybase/mysql" "github.com/zeromicro/go-zero/core/logx" "github.com/zeromicro/go-zero/zrpc" ) type Config struct { zrpc.RpcServerConf UserCenterRpc zrpc.RpcClientConf Logx logx.LogConf Mysql struct { JianYu *mysql.Mysql JyDoc *mysql.Mysql Bi *mysql.Mysql Tidb *mysql.Mysql BiTidb *mysql.Mysql } Mongo struct { Qfw struct { MongodbAddr string Size int DbName string } } Es struct { Address string DbSize int Index string IType string } Mode string AddCountLimit int TopicName string NsqUrl string RedisAddress []string Hlyj struct { Appid string Account string Secret string TokenUrl string CallFlag int CallUrl string Integratedid string } }