diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-06 11:37:01 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-06 11:37:01 -0700 |
| commit | bad76558aca0719db95f5572c7847fd971051186 (patch) | |
| tree | ac04873ec207edead082cdf8dc4e304c4cde9ad0 /lib/ability_pb.rb | |
| parent | 27e5b886ad9e9e4c0d831162dbae9d9025fb2903 (diff) | |
refactor: move protobuf rpc services to lib/authx/rpc
Diffstat (limited to 'lib/ability_pb.rb')
| -rw-r--r-- | lib/ability_pb.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/ability_pb.rb b/lib/ability_pb.rb deleted file mode 100644 index 5929bba..0000000 --- a/lib/ability_pb.rb +++ /dev/null @@ -1,16 +0,0 @@ -# frozen_string_literal: true -# Generated by the protocol buffer compiler. DO NOT EDIT! -# source: ability.proto - -require 'google/protobuf' - - -descriptor_data = "\n\rability.proto\x12\x05\x61uthx\"E\n\x0c\x41llowRequest\x12\x0f\n\x07subject\x18\x01 \x01(\t\x12\x12\n\npermission\x18\x02 \x01(\t\x12\x10\n\x08resource\x18\x03 \x01(\t\"\x1c\n\nAllowReply\x12\x0e\n\x06result\x18\x01 \x01(\x08\x32>\n\x07\x41\x62ility\x12\x33\n\x07\x41llowed\x12\x13.authx.AllowRequest\x1a\x11.authx.AllowReply\"\x00\x62\x06proto3" - -pool = Google::Protobuf::DescriptorPool.generated_pool -pool.add_serialized_file(descriptor_data) - -module Authx - AllowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("authx.AllowRequest").msgclass - AllowReply = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("authx.AllowReply").msgclass -end |
