Pull rpcplus in local for the time being. We need to modify it for server side middleware

This commit is contained in:
Asim
2015-12-01 23:32:23 +00:00
parent 8825b5c0a8
commit 0c9f8411bb
7 changed files with 805 additions and 19 deletions

View File

@@ -1,13 +1,9 @@
package client
import (
rpc "github.com/youtube/vitess/go/rpcplus"
)
type rpcStream struct {
request Request
call *rpc.Call
client *rpc.Client
call *call
client *client
}
func (r *rpcStream) Request() Request {