diff options
Diffstat (limited to 'lib/ability_services_pb.rb')
| -rw-r--r-- | lib/ability_services_pb.rb | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/lib/ability_services_pb.rb b/lib/ability_services_pb.rb index 7aec39b..ca55ef6 100644 --- a/lib/ability_services_pb.rb +++ b/lib/ability_services_pb.rb @@ -1,20 +1,22 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! -# Source: ability.proto for package '' +# Source: ability.proto for package 'authx' require 'grpc' require 'ability_pb' -module Ability - class Service +module Authx + module Ability + class Service - include ::GRPC::GenericService + include ::GRPC::GenericService - self.marshal_class_method = :encode - self.unmarshal_class_method = :decode - self.service_name = 'Ability' + self.marshal_class_method = :encode + self.unmarshal_class_method = :decode + self.service_name = 'authx.Ability' - rpc :Allowed, ::AllowRequest, ::AllowReply - end + rpc :Allowed, ::Authx::AllowRequest, ::Authx::AllowReply + end - Stub = Service.rpc_stub_class + Stub = Service.rpc_stub_class + end end |
