package config import ( "bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/entity" "github.com/zeromicro/go-zero/zrpc" ) type Config struct { zrpc.RpcServerConf WebRpcPort int64 TestConf zrpc.RpcClientConf SurvivalTime int } type Db struct { Mysql entity.Mysql `json:"mysql"` Redis entity.RedisStuct `json:"redis"` Mongo entity.Mongo `json:"mongo"` }