Files
go-zero/example/graceful/dns/api/config/config.go
2020-07-31 11:14:48 +08:00

12 lines
114 B
Go

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