- package config
- import (
- "github.com/zeromicro/go-zero/zrpc"
- "knowledgeBase/entity"
- )
- type Config struct {
- zrpc.RpcServerConf
- WebRpcPort int64
- MysqlMain entity.MysqlMainStruct
- Es entity.EsStruct
- Segment string
- TestConf zrpc.RpcClientConf
- UserCenterConf zrpc.RpcClientConf
- }
|