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

@@ -15,7 +15,7 @@ type grpcRequest struct {
contentType string
request interface{}
opts client.RequestOptions
codec codec.Codec
codec codec.Codec
}
func methodToGRPC(method string, request interface{}) string {