summaryrefslogtreecommitdiff
path: root/lib/authx/rpc/ability_twirp.rb
blob: 120e9a99f20e5468a92a669e5dedd7d5e685389f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
require 'twirp'
require_relative 'ability_pb.rb'

module Authx
  module Rpc
    class AbilityService < ::Twirp::Service
      package 'authx.rpc'
      service 'Ability'
      rpc :Allowed, AllowRequest, AllowReply, :ruby_method => :allowed
    end

    class AbilityClient < ::Twirp::Client
      client_for AbilityService
    end
  end
end