Sha256: 44f406048cf0845cd91cad63b90c0935ea1e5e8b2770f254cb0df040e17ed0cd
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 KB
Contents
# Code generated by protoc-gen-twirp_ruby 1.8.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 rpc :RpcNameCheck, RpcNameCheckRequest, RpcNameCheckResponse, :ruby_method => :rpc_name_check end class DummyClient < Twirp::Client client_for DummyService end end end
Version data entries
6 entries across 6 versions & 1 rubygems