feat(routing): build gRPC Client Interface to initiate communication with other gRPC services (#5835)

Co-authored-by: prajjwalkumar17 <prajjwal.kumar@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
This commit is contained in:
Amisha Prabhat
2024-09-18 13:52:19 +05:30
committed by GitHub
parent b2364414ed
commit 99f5933894
24 changed files with 691 additions and 33 deletions

View File

@ -14,6 +14,9 @@ pub mod hashicorp_vault;
pub mod no_encryption;
/// Building grpc clients to communicate with the server
pub mod grpc_client;
pub mod managers;
/// Crate specific constants