Sha256: 06c9974fc75c506714969581a37e3299309ecfca4a473a66db73036c6eb0cb1a

Contents?: true

Size: 475 Bytes

Versions: 45

Compression:

Stored size: 475 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: helloworld.proto for package 'helloworld'

require 'grpc'
require 'helloworld_pb'

module Helloworld
  module Greeter
    class Service

      include GRPC::GenericService

      self.marshal_class_method = :encode
      self.unmarshal_class_method = :decode
      self.service_name = 'helloworld.Greeter'

      rpc :SayHello, HelloRequest, HelloReply
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
grpc_kit-0.5.1 examples/helloworld/helloworld_services_pb.rb
griffin-0.3.0 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.5.0 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.4.0 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.9 examples/helloworld/helloworld_services_pb.rb
griffin-0.2.4 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.8 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.7 examples/helloworld/helloworld_services_pb.rb
griffin-0.2.3 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.6 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.5 examples/helloworld/helloworld_services_pb.rb
griffin-0.2.2 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.4 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.3 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.2 examples/helloworld/helloworld_services_pb.rb
griffin-0.2.1 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.1 examples/helloworld/helloworld_services_pb.rb
griffin-0.2.0 examples/helloworld/helloworld_services_pb.rb
grpc_kit-0.3.0 examples/helloworld/helloworld_services_pb.rb
griffin-0.1.9 examples/helloworld/helloworld_services_pb.rb