Home | History | Annotate | Download | only in duplicate

Lines Matching refs:Grpc

2 # Source: src/proto/grpc/testing/duplicate/echo_duplicate.proto for package 'grpc.testing.duplicate'
4 # Copyright 2015 gRPC authors.
21 require 'grpc'
22 require 'src/proto/grpc/testing/duplicate/echo_duplicate_pb'
24 module Grpc
30 include GRPC::GenericService
34 self.service_name = 'grpc.testing.duplicate.EchoTestService'
36 rpc :Echo, Grpc::Testing::EchoRequest, Grpc::Testing::EchoResponse
37 rpc :ResponseStream, Grpc::Testing::EchoRequest, stream(Grpc::Testing::EchoResponse)