package config import "github.com/tal-tech/go-zero/zrpc" type Config struct { zrpc.RpcServerConf OssEndPoint string OssAccessKeyId string OssAccessKeySecret string FileSystemConf zrpc.RpcClientConf RedisAddress string }