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