Documentation
¶
Overview ¶
Index ¶
- type CallInfo
- type Client
- func (c *Client) AsynCall(id interface{}, _args ...interface{})
- func (c *Client) Call0(id interface{}, args ...interface{}) error
- func (c *Client) Call1(id interface{}, args ...interface{}) (interface{}, error)
- func (c *Client) CallN(id interface{}, args ...interface{}) ([]interface{}, error)
- func (c *Client) Cb(ri *RetInfo)
- func (c *Client) Close()
- type RetInfo
- type Server
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ChanAsynRet chan *RetInfo // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.