Documentation ¶ Index ¶ type Client func (my *Client) Call(method string, args, reply any) error func (my *Client) Close() error func (*Client) New(addr string) (*Client, error) type Pool func (*Pool) Clean() []error func (*Pool) Close(key string) *Pool func (*Pool) Error() error func (*Pool) Get(name string) *Client func (*Pool) Once() *Pool func (*Pool) Set(name string, addr string) (*Client, 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) Call ¶ func (my *Client) Call(method string, args, reply any) error func (*Client) Close ¶ func (my *Client) Close() error func (*Client) New ¶ func (*Client) New(addr string) (*Client, error) type Pool ¶ type Pool struct { // contains filtered or unexported fields } func (*Pool) Clean ¶ func (*Pool) Clean() []error func (*Pool) Close ¶ func (*Pool) Close(key string) *Pool func (*Pool) Error ¶ func (*Pool) Error() error func (*Pool) Get ¶ func (*Pool) Get(name string) *Client func (*Pool) Once ¶ func (*Pool) Once() *Pool func (*Pool) Set ¶ func (*Pool) Set(name string, addr string) (*Client, error) Source Files ¶ View all Source files rpc_client.gorpc_client_pool.go Click to show internal directories. Click to hide internal directories.