summaryrefslogtreecommitdiff
path: root/lib/ability_services_pb.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-06 11:37:01 -0700
committermo khan <mo@mokhan.ca>2025-03-06 11:37:01 -0700
commitbad76558aca0719db95f5572c7847fd971051186 (patch)
treeac04873ec207edead082cdf8dc4e304c4cde9ad0 /lib/ability_services_pb.rb
parent27e5b886ad9e9e4c0d831162dbae9d9025fb2903 (diff)
refactor: move protobuf rpc services to lib/authx/rpc
Diffstat (limited to 'lib/ability_services_pb.rb')
-rw-r--r--lib/ability_services_pb.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/ability_services_pb.rb b/lib/ability_services_pb.rb
deleted file mode 100644
index ca55ef6..0000000
--- a/lib/ability_services_pb.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# Source: ability.proto for package 'authx'
-
-require 'grpc'
-require 'ability_pb'
-
-module Authx
- module Ability
- class Service
-
- include ::GRPC::GenericService
-
- self.marshal_class_method = :encode
- self.unmarshal_class_method = :decode
- self.service_name = 'authx.Ability'
-
- rpc :Allowed, ::Authx::AllowRequest, ::Authx::AllowReply
- end
-
- Stub = Service.rpc_stub_class
- end
-end