1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-29 21:47:44 +02:00

check in cruft

This commit is contained in:
Asim Aslam
2019-06-11 09:52:35 +01:00
parent 070bd40b4c
commit 235a653f78
4 changed files with 28 additions and 27 deletions

View File

@@ -5,12 +5,13 @@ import (
"github.com/micro/go-micro/codec"
"google.golang.org/grpc"
"google.golang.org/grpc/encoding"
)
type response struct {
conn *grpc.ClientConn
conn *grpc.ClientConn
stream grpc.ClientStream
codec grpc.Codec
codec encoding.Codec
}
// Read the response