Add first pass at interop tests

This commit is contained in:
Lucio Franco
2019-08-18 21:04:00 -04:00
parent 4835be515f
commit 8dc1185a36
14 changed files with 575 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ pub fn client(attr: TokenStream) -> TokenStream {
let methods = client::generate(service, proto_path);
let output = quote! {
use tonic::_codegen::*;
pub struct #service_ident <T> {
inner: tonic::client::Grpc<T>,
}