mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-26 11:28:46 +08:00
12 lines
168 B
Go
12 lines
168 B
Go
package config
|
|
|
|
import (
|
|
"github.com/tal-tech/go-zero/rest"
|
|
"github.com/tal-tech/go-zero/rpcx"
|
|
)
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
Transform rpcx.RpcClientConf
|
|
}
|