blob: 559adcc85e7d6a2827c3150c6277656bc7238c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: test/proto/empty.proto
require 'google/protobuf'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "grpc.testing.Empty" do
end
end
module Grpc
module Testing
Empty = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Empty").msgclass
end
end
|