Documentation ¶
Index ¶
- type Client
- func (s *Client) Close()
- func (s *Client) InvokeRC(c *context.Context, method string, req chan []byte, errIn chan error, ...) (chan []byte, chan error)
- func (s *Client) InvokeRR(c *context.Context, method string, req, rsp proto.Message, ...) error
- func (s *Client) InvokeRS(c *context.Context, method string, req proto.Message, ...) (chan []byte, chan error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) InvokeRC ¶
func (s *Client) InvokeRC( c *context.Context, method string, req chan []byte, errIn chan error, opts ...invoke.InvokeOptions, ) (chan []byte, chan error)
InvokeRC rpc request requestChannel,it's multiple request and multiple response
Click to show internal directories.
Click to hide internal directories.