Searched defs:RPCClient (Results 1 – 4 of 4) sorted by relevance
55 type RPCClient struct { struct56 conn net.Conn57 c *rpc.Client86 func (cli *RPCClient) Call(method string, args, reply interface{}) error {93 func (cli *RPCClient) Close() {
45 func runTest(target *prog.Target, manager *rpctype.RPCClient, name, executor string) {
509 class RPCClient(SocketIO): class
525 class RPCClient(SocketIO): class