|
@@ -14,11 +14,11 @@ type ProductMap struct {
|
|
|
|
|
|
type Config struct {
|
|
|
zrpc.RpcServerConf
|
|
|
- UserCenterRpc zrpc.RpcClientConf
|
|
|
- MessageCenterRpc zrpc.RpcClientConf
|
|
|
- FileCenterRpc zrpc.RpcClientConf
|
|
|
- Logx logx.LogConf
|
|
|
- Mysql struct {
|
|
|
+ UserCenterRpc zrpc.RpcClientConf
|
|
|
+ //MessageCenterRpc zrpc.RpcClientConf
|
|
|
+ FileCenterRpc zrpc.RpcClientConf
|
|
|
+ Logx logx.LogConf
|
|
|
+ Mysql struct {
|
|
|
JianYu *mysql.Mysql
|
|
|
JyDoc *mysql.Mysql
|
|
|
Bi *mysql.Mysql
|