mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
8 lines
103 B
Smarty
8 lines
103 B
Smarty
|
package config
|
||
|
|
||
|
import "github.com/zeromicro/go-zero/zrpc"
|
||
|
|
||
|
type Config struct {
|
||
|
zrpc.RpcServerConf
|
||
|
}
|