Sha256: d8263b44c15c796056fbec4588070e3a155fc1daaca84ecb9a6a9323854a8542
Contents?: true
Size: 948 Bytes
Versions: 6
Compression:
Stored size: 948 Bytes
Contents
# Code generated by protoc-gen-twirp_ruby 1.6.0, DO NOT EDIT. require 'twirp' require_relative 'api_pb.rb' module RPC module DummyAPI class DummyService < Twirp::Service package 'dummy.api' service 'Dummy' rpc :Ping, PingRequest, PingResponse, :ruby_method => :ping rpc :PingRender, PingRequest, PingResponse, :ruby_method => :ping_render rpc :PingTemplate, PingRequest, PingResponse, :ruby_method => :ping_template rpc :ErrorResponse, PingRequest, PingResponse, :ruby_method => :error_response rpc :RaiseError, PingRequest, PingResponse, :ruby_method => :raise_error rpc :UncaughtError, PingRequest, PingResponse, :ruby_method => :uncaught_error rpc :BeforeError, PingRequest, PingResponse, :ruby_method => :before_error rpc :Nested, PingRequest, PingResponse, :ruby_method => :nested end class DummyClient < Twirp::Client client_for DummyService end end end
Version data entries
6 entries across 6 versions & 1 rubygems