mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
Pull rpcplus in local for the time being. We need to modify it for server side middleware
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user