main
1# Generated by the protocol buffer compiler. DO NOT EDIT!
2# source: ability.proto
3
4require 'google/protobuf'
5
6Google::Protobuf::DescriptorPool.generated_pool.build do
7 add_file("ability.proto", :syntax => :proto3) do
8 add_message "authx.rpc.AllowRequest" do
9 optional :subject, :string, 1
10 optional :permission, :string, 2
11 optional :resource, :string, 3
12 end
13 add_message "authx.rpc.AllowReply" do
14 optional :result, :bool, 1
15 end
16 end
17end
18
19module Authx
20 module Rpc
21 AllowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("authx.rpc.AllowRequest").msgclass
22 AllowReply = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("authx.rpc.AllowReply").msgclass
23 end
24end