check in cruft

This commit is contained in:
Asim Aslam
2019-06-11 09:52:35 +01:00
committed by Vasiliy Tolstov
parent 502ac83bfe
commit 0ecc1d6197
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 {