package config import ( "github.com/zeromicro/go-zero/zrpc" "jyBXCore/entity" ) type Config struct { zrpc.RpcServerConf Webrpcport int64 Mysql entity.Mysql RedisDB entity.RedisDBStuct Es entity.EsStruct MongoDB entity.MongoDB }