package config import ( "github.com/zeromicro/go-zero/zrpc" "jyBXBase/entity" ) type Config struct { zrpc.RpcServerConf Webrpcport int64 } type Db struct { Mysql entity.MysqlStruct `json:"mysql"` Redis entity.RedisStuct `json:"redis"` Es entity.EsStruct `json:"es"` Mongo entity.Mongo `json:"mongo"` }