add more tests

This commit is contained in:
kevin
2020-08-26 14:19:16 +08:00
parent 73b61e09ed
commit 30e52707ae
9 changed files with 366 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ func main() {
ListenOn: *listen,
}, func(grpcServer *grpc.Server) {
unary.RegisterGreeterServer(grpcServer, &GreetServer{
RpcProxy: rpcx.NewRpcProxy(*server),
RpcProxy: rpcx.NewProxy(*server),
})
})
proxy.Start()