package config import "github.com/zeromicro/go-zero/zrpc" import "github.com/zeromicro/go-zero/core/stores/cache" type Config struct { zrpc.RpcServerConf DtDataStoreDB struct { DataSource string } Cache cache.CacheConf GtServerIp string }