Documentation ¶
Index ¶
- type Client
- func (s *Client) CloseClient()
- func (s *Client) InvokeRC(c *context.Context, method string, req chan []byte, ...) chan []byte
- 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
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) CloseClient ¶ added in v1.1.9
func (s *Client) CloseClient()
func (*Client) InvokeRC ¶
func (s *Client) InvokeRC( c *context.Context, method string, req chan []byte, opts ...invoke.InvokeOptions, ) chan []byte
InvokeRC rpc request requestChannel,it's multiple request and multiple response
Click to show internal directories.
Click to hide internal directories.