main
1# Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
2require 'twirp'
3require_relative 'ability_pb.rb'
4
5module Authx
6 module Rpc
7 class AbilityService < ::Twirp::Service
8 package 'authx.rpc'
9 service 'Ability'
10 rpc :Allowed, AllowRequest, AllowReply, :ruby_method => :allowed
11 end
12
13 class AbilityClient < ::Twirp::Client
14 client_for AbilityService
15 end
16 end
17end