- package config
- import (
- "bp.jydev.jianyu360.cn/BaseService/powerCheckCenter/entity"
- "github.com/zeromicro/go-zero/zrpc"
- )
- type Config struct {
- zrpc.RpcServerConf
- MysqlMain entity.MysqlMainStruct
- BaseMysqlMain entity.MysqlMainStruct
- Mongo struct {
- Main *entity.MongoStruct
- }
- RedisAddrees []string
- }
|