go-zero/example/graceful/dns/api/config/config.go
2020-08-08 16:40:10 +08:00

12 lines
162 B
Go

package config
import (
"github.com/tal-tech/go-zero/rest"
"github.com/tal-tech/go-zero/rpcx"
)
type Config struct {
rest.RestConf
Rpc rpcx.RpcClientConf
}