go-zero/example/graceful/dns/api/config/config.go
2020-07-31 11:45:16 +08:00

12 lines
116 B
Go

package config
import (
"zero/rest"
"zero/rpcx"
)
type Config struct {
rest.RestConf
Rpc rpcx.RpcClientConf
}