go-zero/example/bookstore/api/internal/config/config.go
2020-09-03 23:26:04 +08:00

12 lines
189 B
Go

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