package config import ( "jyInfo/entity" "github.com/zeromicro/go-zero/zrpc" ) type Config struct { zrpc.RpcServerConf Webrpcport int64 MysqlMain entity.MysqlMainStruct Redis entity.RedisStuct Nsq entity.NsqStruct Sensitive entity.Sensitive }