Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
go phpserver client
conn net.Conn 客户端连接 async bool 是否使用异步 configName string 配置名称 rpcClass string rpcClass的名称 rpcUri string rpc uri地址 rpcUser string rpc用户名 rpcSecret string rpc秘钥 rpcCompressor string rpc 版本, 暂时没有用处
func (*Client) Call ¶
调用对应方法 reply string 返回的是服务端json串
Click to show internal directories.
Click to hide internal directories.