summaryrefslogtreecommitdiff
path: root/lib/authx/rpc/ability_services_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/authx/rpc/ability_services_pb.rb')
-rw-r--r--lib/authx/rpc/ability_services_pb.rb24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/authx/rpc/ability_services_pb.rb b/lib/authx/rpc/ability_services_pb.rb
deleted file mode 100644
index a6c3b17..0000000
--- a/lib/authx/rpc/ability_services_pb.rb
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# Source: ability.proto for package 'authx.rpc'
-
-require 'grpc'
-require 'ability_pb'
-
-module Authx
- module Rpc
- module Ability
- class Service
-
- include ::GRPC::GenericService
-
- self.marshal_class_method = :encode
- self.unmarshal_class_method = :decode
- self.service_name = 'authx.rpc.Ability'
-
- rpc :Allowed, ::Authx::Rpc::AllowRequest, ::Authx::Rpc::AllowReply
- end
-
- Stub = Service.rpc_stub_class
- end
- end
-end