Searched refs:RPCClient (Results 1 – 8 of 8) sorted by relevance
55 type RPCClient struct { struct74 func NewRPCClient(addr string) (*RPCClient, error) {79 cli := &RPCClient{86 func (cli *RPCClient) Call(method string, args, reply interface{}) error { argument93 func (cli *RPCClient) Close() { argument
53 var hub *rpctype.RPCClient74 func (hc *HubConnector) connect(corpus [][]byte) (*rpctype.RPCClient, error) {103 func (hc *HubConnector) sync(hub *rpctype.RPCClient, corpus [][]byte) error {
45 func runTest(target *prog.Target, manager *rpctype.RPCClient, name, executor string) { argument
40 manager *rpctype.RPCClient
509 class RPCClient(SocketIO): class
381 class MyRPCClient(rpc.RPCClient):
525 class RPCClient(SocketIO): class
382 class MyRPCClient(rpc.RPCClient):