Files
2026-04-04 03:49:34 +08:00

16 lines
275 B
Go

// Code scaffolded by goctl. Safe to edit.
// goctl 1.9.2
package config
import (
"github.com/zeromicro/go-zero/rest"
"github.com/zeromicro/go-zero/zrpc"
)
type Config struct {
rest.RestConf
PlayerRpcConf zrpc.RpcClientConf
UsercenterRpcConf zrpc.RpcClientConf
}