go-zero/example/bookstore/api/internal/config/config.go

12 lines
189 B
Go
Raw Normal View History

2020-09-03 23:26:04 +08:00
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
}