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/authx/rpc.rb | |
| parent | 27e5b886ad9e9e4c0d831162dbae9d9025fb2903 (diff) | |
refactor: move protobuf rpc services to lib/authx/rpc
Diffstat (limited to 'lib/authx/rpc.rb')
| -rw-r--r-- | lib/authx/rpc.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/authx/rpc.rb b/lib/authx/rpc.rb new file mode 100644 index 0000000..78edbc4 --- /dev/null +++ b/lib/authx/rpc.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: true + +require "authx/rpc/ability_pb" +require "authx/rpc/ability_twirp" |
