package config import ( "github.com/zeromicro/go-zero/core/stores/cache" "github.com/zeromicro/go-zero/zrpc" ) type Config struct { zrpc.RpcServerConf DB struct { Master string Slave string } CacheConf cache.CacheConf UserVeriRpcConf zrpc.RpcClientConf SnowflakeRpcConf zrpc.RpcClientConf }