src.elv.sh/pkg/rpc.Client.Go (method)

2 uses

	src.elv.sh/pkg/rpc (current package)
		client.go#L264: func (client *Client) Go(serviceMethod string, args interface{}, reply interface{}, done chan *Call) *Call {
		client.go#L287: 	call := <-client.Go(serviceMethod, args, reply, make(chan *Call, 1)).Done