go-zero/example/graceful/dns/api/config/config.go

12 lines
116 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
package config
import (
2020-07-31 11:14:48 +08:00
"zero/rest"
2020-07-26 17:09:05 +08:00
"zero/rpcx"
)
type Config struct {
2020-07-31 11:45:16 +08:00
rest.RestConf
2020-07-26 17:09:05 +08:00
Rpc rpcx.RpcClientConf
}