package config import "github.com/zeromicro/go-zero/zrpc" type Config struct { zrpc.RpcServerConf DataSource string // 手动代码 Node int // 节点 CalleeId string // 服务名字 DedupUrl string FileSystemConf zrpc.RpcClientConf ProductMap map[string]interface{} ProductStr string TimeSource string //定时任务 } var ConfigJson Config