summaryrefslogtreecommitdiff
path: root/lib/authx/rpc/ability_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/authx/rpc/ability_pb.rb')
-rw-r--r--lib/authx/rpc/ability_pb.rb24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/authx/rpc/ability_pb.rb b/lib/authx/rpc/ability_pb.rb
deleted file mode 100644
index ee71dc57..00000000
--- a/lib/authx/rpc/ability_pb.rb
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ability.proto
-
-require 'google/protobuf'
-
-Google::Protobuf::DescriptorPool.generated_pool.build do
- add_file("ability.proto", :syntax => :proto3) do
- add_message "authx.rpc.AllowRequest" do
- optional :subject, :string, 1
- optional :permission, :string, 2
- optional :resource, :string, 3
- end
- add_message "authx.rpc.AllowReply" do
- optional :result, :bool, 1
- end
- end
-end
-
-module Authx
- module Rpc
- AllowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("authx.rpc.AllowRequest").msgclass
- AllowReply = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("authx.rpc.AllowReply").msgclass
- end
-end