Searched defs:Client (Results 1 – 3 of 3) sorted by relevance
51 ### Client subsection56 #### Call71 #### Close
32 type Client struct { struct33 codec *jsonCodec34 requestId atomic.Uint6441 func (c *Client) Call(method string, params any) (*Response, error) {77 func (c *Client) Close() error {
24 class Client: class