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
|
|
}
|