text stringlengths 65 57.3k | file_path stringlengths 22 92 | module stringclasses 38
values | type stringclasses 7
values | struct_name stringlengths 3 60 ⌀ | impl_count int64 0 60 ⌀ | traits listlengths 0 59 ⌀ | tokens int64 16 8.19k | function_name stringlengths 3 85 ⌀ | type_name stringlengths 1 67 ⌀ | trait_name stringclasses 573
values | method_count int64 0 31 ⌀ | public_method_count int64 0 19 ⌀ | submodule_count int64 0 56 ⌀ | export_count int64 0 9 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
// Implementation: impl ApiKey
// File: crates/diesel_models/src/query/api_keys.rs
// Module: diesel_models
// Methods: 5 total (0 public)
impl ApiKey | crates/diesel_models/src/query/api_keys.rs | diesel_models | impl_block | null | null | null | 39 | null | ApiKey | null | 5 | 0 | null | null |
// Implementation: impl GetPaymentMethodType for for BankRedirectData
// File: crates/hyperswitch_domain_models/src/payment_method_data.rs
// Module: hyperswitch_domain_models
// Methods: 1 total (0 public)
impl GetPaymentMethodType for for BankRedirectData | crates/hyperswitch_domain_models/src/payment_method_data.rs | hyperswitch_domain_models | impl_block | null | null | null | 58 | null | BankRedirectData | GetPaymentMethodType for | 1 | 0 | null | null |
// Struct: PaysafeApplePayDecryptedDataWrapper
// File: crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaysafeApplePayDecryptedDataWrapper | crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs | hyperswitch_connectors | struct_definition | PaysafeApplePayDecryptedDataWrapper | 0 | [] | 58 | null | null | null | null | null | null | null |
// Implementation: impl Nexixpay
// File: crates/hyperswitch_connectors/src/connectors/nexixpay.rs
// Module: hyperswitch_connectors
// Methods: 1 total (1 public)
impl Nexixpay | crates/hyperswitch_connectors/src/connectors/nexixpay.rs | hyperswitch_connectors | impl_block | null | null | null | 49 | null | Nexixpay | null | 1 | 1 | null | null |
// Function: get_webhook_object_from_body
// File: crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs
// Module: hyperswitch_connectors
pub fn get_webhook_object_from_body(body: &[u8]) -> CustomResult<Self, errors::ConnectorError> | crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs | hyperswitch_connectors | function_signature | null | null | null | 63 | get_webhook_object_from_body | null | null | null | null | null | null |
// Function: pg_connection_read
// File: crates/storage_impl/src/connection.rs
// Module: storage_impl
pub fn pg_connection_read<T: crate::DatabaseStore>(
store: &T,
) -> errors::CustomResult<
PooledConnection<'_, async_bb8_diesel::ConnectionManager<PgConnection>>,
crate::errors::StorageError,
> | crates/storage_impl/src/connection.rs | storage_impl | function_signature | null | null | null | 75 | pg_connection_read | null | null | null | null | null | null |
// Struct: SuccessBasedAlgorithm
// File: crates/api_models/src/routing.rs
// Module: api_models
// Implementations: 3
// Traits: DynamicRoutingAlgoAccessor
pub struct SuccessBasedAlgorithm | crates/api_models/src/routing.rs | api_models | struct_definition | SuccessBasedAlgorithm | 3 | [
"DynamicRoutingAlgoAccessor"
] | 45 | null | null | null | null | null | null | null |
// Implementation: impl BlackList for for SinglePurposeToken
// File: crates/router/src/services/authentication/blacklist.rs
// Module: router
// Methods: 1 total (0 public)
impl BlackList for for SinglePurposeToken | crates/router/src/services/authentication/blacklist.rs | router | impl_block | null | null | null | 47 | null | SinglePurposeToken | BlackList for | 1 | 0 | null | null |
// Function: filter_network_tokenization_supported_connectors
// File: crates/router/src/core/payments.rs
// Module: router
pub fn filter_network_tokenization_supported_connectors(
connectors: Vec<api::ConnectorRoutingData>,
network_tokenization_supported_connectors: &HashSet<enums::Connector>,
) -> Vec<api::C... | crates/router/src/core/payments.rs | router | function_signature | null | null | null | 73 | filter_network_tokenization_supported_connectors | null | null | null | null | null | null |
// Struct: CheckoutWebhookEventTypeBody
// File: crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CheckoutWebhookEventTypeBody | crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs | hyperswitch_connectors | struct_definition | CheckoutWebhookEventTypeBody | 0 | [] | 51 | null | null | null | null | null | null | null |
// File: crates/router/src/types/api/files_v2.rs
// Module: router
pub use hyperswitch_domain_models::router_flow_types::files::{Retrieve, Upload};
pub use hyperswitch_interfaces::api::files_v2::{FileUploadV2, RetrieveFileV2, UploadFileV2};
| crates/router/src/types/api/files_v2.rs | router | full_file | null | null | null | 62 | null | null | null | null | null | null | null |
// Function: from_storage
// File: crates/router/src/services/kafka/refund.rs
// Module: router
pub fn from_storage(refund: &'a Refund) -> Self | crates/router/src/services/kafka/refund.rs | router | function_signature | null | null | null | 38 | from_storage | null | null | null | null | null | null |
// Implementation: impl MerchantAccount
// File: crates/diesel_models/src/merchant_account.rs
// Module: diesel_models
// Methods: 2 total (2 public)
impl MerchantAccount | crates/diesel_models/src/merchant_account.rs | diesel_models | impl_block | null | null | null | 39 | null | MerchantAccount | null | 2 | 2 | null | null |
// Struct: ChargebeeAuthType
// File: crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ChargebeeAuthType | crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs | hyperswitch_connectors | struct_definition | ChargebeeAuthType | 0 | [] | 50 | null | null | null | null | null | null | null |
// Struct: VaultRetrieveResponse
// File: crates/router/src/types/payment_methods.rs
// Module: router
// Implementations: 0
pub struct VaultRetrieveResponse | crates/router/src/types/payment_methods.rs | router | struct_definition | VaultRetrieveResponse | 0 | [] | 35 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentAuthorize for for Amazonpay
// File: crates/hyperswitch_connectors/src/connectors/amazonpay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentAuthorize for for Amazonpay | crates/hyperswitch_connectors/src/connectors/amazonpay.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Amazonpay | api::PaymentAuthorize for | 0 | 0 | null | null |
// Struct: Algorithm
// File: crates/router/src/core/three_ds_decision_rule.rs
// Module: router
// Implementations: 0
pub struct Algorithm | crates/router/src/core/three_ds_decision_rule.rs | router | struct_definition | Algorithm | 0 | [] | 34 | null | null | null | null | null | null | null |
// Struct: CybersourcePaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CybersourcePaymentsResponse | crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs | hyperswitch_connectors | struct_definition | CybersourcePaymentsResponse | 0 | [] | 53 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentToken for for Deutschebank
// File: crates/hyperswitch_connectors/src/connectors/deutschebank.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentToken for for Deutschebank | crates/hyperswitch_connectors/src/connectors/deutschebank.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Deutschebank | api::PaymentToken for | 0 | 0 | null | null |
// File: crates/storage_impl/src/lib.rs
// Module: storage_impl
// Public functions: 7
// Public structs: 1
use std::{fmt::Debug, sync::Arc};
use diesel_models as store;
use error_stack::ResultExt;
use hyperswitch_domain_models::{
behaviour::{Conversion, ReverseConversion},
merchant_key_store::MerchantKeyStor... | crates/storage_impl/src/lib.rs | storage_impl | full_file | null | null | null | 3,567 | null | null | null | null | null | null | null |
// Struct: NetworkTokenDetailsResponse
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Implementations: 0
pub struct NetworkTokenDetailsResponse | crates/api_models/src/payment_methods.rs | api_models | struct_definition | NetworkTokenDetailsResponse | 0 | [] | 38 | null | null | null | null | null | null | null |
// Struct: PaymentMethodUpdate
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Implementations: 0
pub struct PaymentMethodUpdate | crates/api_models/src/payment_methods.rs | api_models | struct_definition | PaymentMethodUpdate | 0 | [] | 36 | null | null | null | null | null | null | null |
// File: crates/api_models/src/analytics/sdk_events.rs
// Module: api_models
// Public functions: 1
// Public structs: 13
use std::{
collections::hash_map::DefaultHasher,
hash::{Hash, Hasher},
};
use super::{NameDescription, TimeRange};
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[serde(re... | crates/api_models/src/analytics/sdk_events.rs | api_models | full_file | null | null | null | 1,319 | null | null | null | null | null | null | null |
// Struct: SantanderBoletoPaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/santander/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct SantanderBoletoPaymentsResponse | crates/hyperswitch_connectors/src/connectors/santander/transformers.rs | hyperswitch_connectors | struct_definition | SantanderBoletoPaymentsResponse | 0 | [] | 56 | null | null | null | null | null | null | null |
// Function: get_token_vault_core
// File: crates/router/src/core/tokenization.rs
// Module: router
pub fn get_token_vault_core(
state: SessionState,
merchant_account: &domain::MerchantAccount,
merchant_key_store: &domain::MerchantKeyStore,
query: id_type::GlobalTokenId,
) -> CustomResult<serde_json::V... | crates/router/src/core/tokenization.rs | router | function_signature | null | null | null | 86 | get_token_vault_core | null | null | null | null | null | null |
// Trait: ConnectorCommonExt
// File: crates/pm_auth/src/types/api.rs
// Module: pm_auth
pub trait ConnectorCommonExt<Flow, Req, Resp>: ConnectorCommon + ConnectorIntegration<Flow, Req, Resp> | crates/pm_auth/src/types/api.rs | pm_auth | trait_definition | null | null | null | 48 | null | null | ConnectorCommonExt | null | null | null | null |
// Implementation: impl Boku
// File: crates/hyperswitch_connectors/src/connectors/boku.rs
// Module: hyperswitch_connectors
// Methods: 1 total (1 public)
impl Boku | crates/hyperswitch_connectors/src/connectors/boku.rs | hyperswitch_connectors | impl_block | null | null | null | 45 | null | Boku | null | 1 | 1 | null | null |
// File: crates/analytics/src/auth_events/metrics/challenge_flow_count.rs
// Module: analytics
use std::collections::HashSet;
use api_models::analytics::{
auth_events::{AuthEventDimensions, AuthEventFilters, AuthEventMetricsBucketIdentifier},
Granularity, TimeRange,
};
use common_enums::DecoupledAuthenticatio... | crates/analytics/src/auth_events/metrics/challenge_flow_count.rs | analytics | full_file | null | null | null | 1,072 | null | null | null | null | null | null | null |
// Struct: ConsultaOperacionesResponse
// File: crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ConsultaOperacionesResponse | crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs | hyperswitch_connectors | struct_definition | ConsultaOperacionesResponse | 0 | [] | 51 | null | null | null | null | null | null | null |
// Implementation: impl DashboardMetadataNew
// File: crates/diesel_models/src/query/dashboard_metadata.rs
// Module: diesel_models
// Methods: 1 total (0 public)
impl DashboardMetadataNew | crates/diesel_models/src/query/dashboard_metadata.rs | diesel_models | impl_block | null | null | null | 41 | null | DashboardMetadataNew | null | 1 | 0 | null | null |
// Implementation: impl GsmValidation for for PayoutData
// File: crates/router/src/core/payouts/retry.rs
// Module: router
// Methods: 1 total (0 public)
impl GsmValidation for for PayoutData | crates/router/src/core/payouts/retry.rs | router | impl_block | null | null | null | 51 | null | PayoutData | GsmValidation for | 1 | 0 | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/cards_info.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/cards_info.rs | router | impl_block | null | null | null | 36 | null | Responder | null | 0 | 0 | null | null |
// Implementation: impl api::RefundExecute for for Dwolla
// File: crates/hyperswitch_connectors/src/connectors/dwolla.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundExecute for for Dwolla | crates/hyperswitch_connectors/src/connectors/dwolla.rs | hyperswitch_connectors | impl_block | null | null | null | 60 | null | Dwolla | api::RefundExecute for | 0 | 0 | null | null |
// Struct: RapydPaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RapydPaymentsResponse | crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs | hyperswitch_connectors | struct_definition | RapydPaymentsResponse | 0 | [] | 52 | null | null | null | null | null | null | null |
// Implementation: impl IncomingWebhook for for Zsl
// File: crates/hyperswitch_connectors/src/connectors/zsl.rs
// Module: hyperswitch_connectors
// Methods: 5 total (0 public)
impl IncomingWebhook for for Zsl | crates/hyperswitch_connectors/src/connectors/zsl.rs | hyperswitch_connectors | impl_block | null | null | null | 55 | null | Zsl | IncomingWebhook for | 5 | 0 | null | null |
// Implementation: impl api::ConnectorAccessToken for for Nexinets
// File: crates/hyperswitch_connectors/src/connectors/nexinets.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorAccessToken for for Nexinets | crates/hyperswitch_connectors/src/connectors/nexinets.rs | hyperswitch_connectors | impl_block | null | null | null | 61 | null | Nexinets | api::ConnectorAccessToken for | 0 | 0 | null | null |
// Struct: UasDynamicData
// File: crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct UasDynamicData | crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs | hyperswitch_connectors | struct_definition | UasDynamicData | 0 | [] | 51 | null | null | null | null | null | null | null |
// Struct: AffirmRefundRequest
// File: crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct AffirmRefundRequest | crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs | hyperswitch_connectors | struct_definition | AffirmRefundRequest | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: MessageExtensionAttribute
// File: crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct MessageExtensionAttribute | crates/hyperswitch_domain_models/src/router_request_types/authentication.rs | hyperswitch_domain_models | struct_definition | MessageExtensionAttribute | 0 | [] | 44 | null | null | null | null | null | null | null |
// Struct: OpayoAuthType
// File: crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct OpayoAuthType | crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs | hyperswitch_connectors | struct_definition | OpayoAuthType | 0 | [] | 49 | null | null | null | null | null | null | null |
// File: crates/router/src/db/blocklist_fingerprint.rs
// Module: router
use error_stack::report;
use router_env::{instrument, tracing};
use storage_impl::MockDb;
use super::Store;
use crate::{
connection,
core::errors::{self, CustomResult},
db::kafka_store::KafkaStore,
types::storage,
};
#[async_tra... | crates/router/src/db/blocklist_fingerprint.rs | router | full_file | null | null | null | 797 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorOnboarding
// File: crates/router/src/routes/app.rs
// Module: router
// Methods: 1 total (1 public)
impl ConnectorOnboarding | crates/router/src/routes/app.rs | router | impl_block | null | null | null | 37 | null | ConnectorOnboarding | null | 1 | 1 | null | null |
// Function: get_max_acs_protocol_version_if_available
// File: crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
// Module: hyperswitch_connectors
pub fn get_max_acs_protocol_version_if_available(&self) -> Option<AcsProtocolVersion> | crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs | hyperswitch_connectors | function_signature | null | null | null | 62 | get_max_acs_protocol_version_if_available | null | null | null | null | null | null |
// Implementation: impl Payment for for Signifyd
// File: crates/hyperswitch_connectors/src/connectors/signifyd.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl Payment for for Signifyd | crates/hyperswitch_connectors/src/connectors/signifyd.rs | hyperswitch_connectors | impl_block | null | null | null | 54 | null | Signifyd | Payment for | 0 | 0 | null | null |
// Struct: ConsumerAuthenticationInformation
// File: crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ConsumerAuthenticationInformation | crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs | hyperswitch_connectors | struct_definition | ConsumerAuthenticationInformation | 0 | [] | 50 | null | null | null | null | null | null | null |
// Struct: TopN
// File: crates/analytics/src/query.rs
// Module: analytics
// Implementations: 0
pub struct TopN | crates/analytics/src/query.rs | analytics | struct_definition | TopN | 0 | [] | 32 | null | null | null | null | null | null | null |
// Struct: RazorpayErrorResponse
// File: crates/hyperswitch_connectors/src/connectors/razorpay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RazorpayErrorResponse | crates/hyperswitch_connectors/src/connectors/razorpay/transformers.rs | hyperswitch_connectors | struct_definition | RazorpayErrorResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// Struct: RefundFlowData
// File: crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct RefundFlowData | crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs | hyperswitch_domain_models | struct_definition | RefundFlowData | 0 | [] | 50 | null | null | null | null | null | null | null |
// Function: toggle_blocklist_guard
// File: crates/router/src/routes/blocklist.rs
// Module: router
pub fn toggle_blocklist_guard(
state: web::Data<AppState>,
req: HttpRequest,
query_payload: web::Query<api_blocklist::ToggleBlocklistQuery>,
) -> HttpResponse | crates/router/src/routes/blocklist.rs | router | function_signature | null | null | null | 65 | toggle_blocklist_guard | null | null | null | null | null | null |
// Implementation: impl api::PaymentVoid for for Phonepe
// File: crates/hyperswitch_connectors/src/connectors/phonepe.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentVoid for for Phonepe | crates/hyperswitch_connectors/src/connectors/phonepe.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Phonepe | api::PaymentVoid for | 0 | 0 | null | null |
// Implementation: impl ConnectorValidation for for Barclaycard
// File: crates/hyperswitch_connectors/src/connectors/barclaycard.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl ConnectorValidation for for Barclaycard | crates/hyperswitch_connectors/src/connectors/barclaycard.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Barclaycard | ConnectorValidation for | 0 | 0 | null | null |
// Struct: ErrorDetails
// File: crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ErrorDetails | crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs | hyperswitch_connectors | struct_definition | ErrorDetails | 0 | [] | 47 | null | null | null | null | null | null | null |
// Function: find_resource
// File: crates/storage_impl/src/mock_db.rs
// Module: storage_impl
// Documentation: Returns an option of the resource if it exists
pub fn find_resource<D, R>(
&self,
state: &KeyManagerState,
key_store: &MerchantKeyStore,
resources: MutexGuard<'_, Vec<D>>,
... | crates/storage_impl/src/mock_db.rs | storage_impl | function_signature | null | null | null | 119 | find_resource | null | null | null | null | null | null |
// Implementation: impl ResponsePaymentMethodIntermediate
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Methods: 1 total (1 public)
impl ResponsePaymentMethodIntermediate | crates/api_models/src/payment_methods.rs | api_models | impl_block | null | null | null | 41 | null | ResponsePaymentMethodIntermediate | null | 1 | 1 | null | null |
// Module Structure
// File: crates/router/src/services/authorization.rs
// Module: router
// Public submodules:
pub mod info;
pub mod permission_groups;
pub mod permissions;
pub mod roles;
| crates/router/src/services/authorization.rs | router | module_structure | null | null | null | 42 | null | null | null | null | null | 4 | 0 |
// Struct: RedisTokenManager
// File: crates/router/src/types/storage/revenue_recovery_redis_operation.rs
// Module: router
// Implementations: 1
// Documentation: Redis-based token management struct
pub struct RedisTokenManager | crates/router/src/types/storage/revenue_recovery_redis_operation.rs | router | struct_definition | RedisTokenManager | 1 | [] | 48 | null | null | null | null | null | null | null |
// Function: create_vault_token_core
// File: crates/router/src/core/tokenization.rs
// Module: router
pub fn create_vault_token_core(
state: SessionState,
merchant_account: &domain::MerchantAccount,
merchant_key_store: &domain::MerchantKeyStore,
req: api_models::tokenization::GenericTokenizationReques... | crates/router/src/core/tokenization.rs | router | function_signature | null | null | null | 91 | create_vault_token_core | null | null | null | null | null | null |
// Struct: VerifyConnectorData
// File: crates/router/src/types/api/verify_connector.rs
// Module: router
// Implementations: 1
pub struct VerifyConnectorData | crates/router/src/types/api/verify_connector.rs | router | struct_definition | VerifyConnectorData | 1 | [] | 37 | null | null | null | null | null | null | null |
// Implementation: impl IncomingWebhook for for Forte
// File: crates/hyperswitch_connectors/src/connectors/forte.rs
// Module: hyperswitch_connectors
// Methods: 3 total (0 public)
impl IncomingWebhook for for Forte | crates/hyperswitch_connectors/src/connectors/forte.rs | hyperswitch_connectors | impl_block | null | null | null | 56 | null | Forte | IncomingWebhook for | 3 | 0 | null | null |
// Function: check_if_already_exists_in_db
// File: crates/router/src/types/domain/user.rs
// Module: router
pub fn check_if_already_exists_in_db(&self, state: SessionState) -> UserResult<()> | crates/router/src/types/domain/user.rs | router | function_signature | null | null | null | 46 | check_if_already_exists_in_db | null | null | null | null | null | null |
// Struct: AuthServiceQueryParam
// File: crates/pm_auth/src/types.rs
// Module: pm_auth
// Implementations: 0
pub struct AuthServiceQueryParam | crates/pm_auth/src/types.rs | pm_auth | struct_definition | AuthServiceQueryParam | 0 | [] | 33 | null | null | null | null | null | null | null |
// Struct: TrustpayCreateIntentRequest
// File: crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct TrustpayCreateIntentRequest | crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs | hyperswitch_connectors | struct_definition | TrustpayCreateIntentRequest | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: StraightThroughAlgorithmTypeSingle
// File: crates/router/src/core/routing.rs
// Module: router
// Implementations: 1
// Traits: GetRoutableConnectorsForChoice
pub struct StraightThroughAlgorithmTypeSingle | crates/router/src/core/routing.rs | router | struct_definition | StraightThroughAlgorithmTypeSingle | 1 | [
"GetRoutableConnectorsForChoice"
] | 51 | null | null | null | null | null | null | null |
// Struct: PlacetopayAuth
// File: crates/hyperswitch_connectors/src/connectors/placetopay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PlacetopayAuth | crates/hyperswitch_connectors/src/connectors/placetopay/transformers.rs | hyperswitch_connectors | struct_definition | PlacetopayAuth | 0 | [] | 53 | null | null | null | null | null | null | null |
// Struct: LineageContext
// File: crates/common_utils/src/types/user/core.rs
// Module: common_utils
// Implementations: 0
pub struct LineageContext | crates/common_utils/src/types/user/core.rs | common_utils | struct_definition | LineageContext | 0 | [] | 37 | null | null | null | null | null | null | null |
// Trait: ToResponse
// File: crates/router/src/core/payments/transformers.rs
// Module: router
pub trait ToResponse<F, D, Op> | crates/router/src/core/payments/transformers.rs | router | trait_definition | null | null | null | 35 | null | null | ToResponse | null | null | null | null |
// Struct: NetworkTokenMetaDataUpdateBody
// File: crates/router/src/types/payment_methods.rs
// Module: router
// Implementations: 0
pub struct NetworkTokenMetaDataUpdateBody | crates/router/src/types/payment_methods.rs | router | struct_definition | NetworkTokenMetaDataUpdateBody | 0 | [] | 39 | null | null | null | null | null | null | null |
// Implementation: impl FromEncoded for for Vec
// File: crates/external_services/src/hashicorp_vault/core.rs
// Module: external_services
// Methods: 1 total (0 public)
impl FromEncoded for for Vec | crates/external_services/src/hashicorp_vault/core.rs | external_services | impl_block | null | null | null | 48 | null | Vec | FromEncoded for | 1 | 0 | null | null |
// Implementation: impl KafkaRefund
// File: crates/router/src/services/kafka/refund.rs
// Module: router
// Methods: 1 total (1 public)
impl KafkaRefund | crates/router/src/services/kafka/refund.rs | router | impl_block | null | null | null | 40 | null | KafkaRefund | null | 1 | 1 | null | null |
// Implementation: impl common_utils::events::ApiEventMetric for for GetTokenDataRequest
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Methods: 0 total (0 public)
impl common_utils::events::ApiEventMetric for for GetTokenDataRequest | crates/api_models/src/payment_methods.rs | api_models | impl_block | null | null | null | 61 | null | GetTokenDataRequest | common_utils::events::ApiEventMetric for | 0 | 0 | null | null |
// Struct: Billing
// File: crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Billing | crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs | hyperswitch_connectors | struct_definition | Billing | 0 | [] | 45 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentCapture for for Hipay
// File: crates/hyperswitch_connectors/src/connectors/hipay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentCapture for for Hipay | crates/hyperswitch_connectors/src/connectors/hipay.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Hipay | api::PaymentCapture for | 0 | 0 | null | null |
// Struct: SubscriptionItem
// File: crates/hyperswitch_domain_models/src/router_request_types/subscriptions.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct SubscriptionItem | crates/hyperswitch_domain_models/src/router_request_types/subscriptions.rs | hyperswitch_domain_models | struct_definition | SubscriptionItem | 0 | [] | 43 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentCapture for for Affirm
// File: crates/hyperswitch_connectors/src/connectors/affirm.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentCapture for for Affirm | crates/hyperswitch_connectors/src/connectors/affirm.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Affirm | api::PaymentCapture for | 0 | 0 | null | null |
// File: crates/router/tests/connectors/bluesnap.rs
// Module: router
use std::str::FromStr;
use common_utils::pii::Email;
use hyperswitch_domain_models::address::{Address, AddressDetails};
use masking::Secret;
use router::types::{self, domain, storage::enums, ConnectorAuthType, PaymentAddress};
use crate::{
con... | crates/router/tests/connectors/bluesnap.rs | router | full_file | null | null | null | 3,568 | null | null | null | null | null | null | null |
// Function: create_invoice_record_back_job
// File: crates/router/src/core/subscription.rs
// Module: router
pub fn create_invoice_record_back_job(
&self,
// _invoice: &subscription_types::Invoice,
_payment_response: &subscription_types::PaymentResponseData,
) -> errors::RouterResult<()> | crates/router/src/core/subscription.rs | router | function_signature | null | null | null | 69 | create_invoice_record_back_job | null | null | null | null | null | null |
// Struct: Shift4WebhookObjectEventType
// File: crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Shift4WebhookObjectEventType | crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs | hyperswitch_connectors | struct_definition | Shift4WebhookObjectEventType | 0 | [] | 54 | null | null | null | null | null | null | null |
// Function: update_by_customer_id_merchant_id
// File: crates/diesel_models/src/query/customers.rs
// Module: diesel_models
pub fn update_by_customer_id_merchant_id(
conn: &PgPooledConn,
customer_id: id_type::CustomerId,
merchant_id: id_type::MerchantId,
customer: CustomerUpdateInterna... | crates/diesel_models/src/query/customers.rs | diesel_models | function_signature | null | null | null | 82 | update_by_customer_id_merchant_id | null | null | null | null | null | null |
// Implementation: impl api::ConnectorAccessToken for for Vgs
// File: crates/hyperswitch_connectors/src/connectors/vgs.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorAccessToken for for Vgs | crates/hyperswitch_connectors/src/connectors/vgs.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Vgs | api::ConnectorAccessToken for | 0 | 0 | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/api_keys.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/api_keys.rs | router | impl_block | null | null | null | 36 | null | Responder | null | 0 | 0 | null | null |
// Implementation: impl RoutingDecisionData
// File: crates/router/src/core/routing/helpers.rs
// Module: router
// Methods: 2 total (2 public)
impl RoutingDecisionData | crates/router/src/core/routing/helpers.rs | router | impl_block | null | null | null | 39 | null | RoutingDecisionData | null | 2 | 2 | null | null |
// Struct: PayeezyRefundRequest
// File: crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PayeezyRefundRequest | crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs | hyperswitch_connectors | struct_definition | PayeezyRefundRequest | 0 | [] | 54 | null | null | null | null | null | null | null |
// Function: payments_create_and_confirm_intent
// File: crates/openapi/src/routes/payments.rs
// Module: openapi
pub fn payments_create_and_confirm_intent() | crates/openapi/src/routes/payments.rs | openapi | function_signature | null | null | null | 35 | payments_create_and_confirm_intent | null | null | null | null | null | null |
// Implementation: impl KeyManagerState
// File: crates/common_utils/src/types/keymanager.rs
// Module: common_utils
// Methods: 1 total (1 public)
impl KeyManagerState | crates/common_utils/src/types/keymanager.rs | common_utils | impl_block | null | null | null | 40 | null | KeyManagerState | null | 1 | 1 | null | null |
// Struct: NuveiPartialApproval
// File: crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct NuveiPartialApproval | crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs | hyperswitch_connectors | struct_definition | NuveiPartialApproval | 0 | [] | 53 | null | null | null | null | null | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/verification.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/verification.rs | router | impl_block | null | null | null | 36 | null | Responder | null | 0 | 0 | null | null |
// Implementation: impl api::RefundSync for for Worldpay
// File: crates/hyperswitch_connectors/src/connectors/worldpay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundSync for for Worldpay | crates/hyperswitch_connectors/src/connectors/worldpay.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Worldpay | api::RefundSync for | 0 | 0 | null | null |
// File: crates/hyperswitch_constraint_graph/src/graph.rs
// Module: hyperswitch_constraint_graph
// Public functions: 5
// Public structs: 1
use std::sync::{Arc, Weak};
use rustc_hash::{FxHashMap, FxHashSet};
use crate::{
builder,
dense_map::DenseMap,
error::{self, AnalysisTrace, GraphError},
types:... | crates/hyperswitch_constraint_graph/src/graph.rs | hyperswitch_constraint_graph | full_file | null | null | null | 5,142 | null | null | null | null | null | null | null |
// File: crates/analytics/src/clickhouse.rs
// Module: analytics
// Public structs: 2
use std::sync::Arc;
use actix_web::http::StatusCode;
use common_utils::errors::ParsingError;
use error_stack::{report, Report, ResultExt};
use router_env::logger;
use time::PrimitiveDateTime;
use super::{
active_payments::metri... | crates/analytics/src/clickhouse.rs | analytics | full_file | null | null | null | 5,165 | null | null | null | null | null | null | null |
// Struct: DummyConnectorUpiCollect
// File: crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct DummyConnectorUpiCollect | crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs | hyperswitch_connectors | struct_definition | DummyConnectorUpiCollect | 0 | [] | 52 | null | null | null | null | null | null | null |
// Function: is_payout_quote_call_required
// File: crates/common_enums/src/connector_enums.rs
// Module: common_enums
pub fn is_payout_quote_call_required(self) -> bool | crates/common_enums/src/connector_enums.rs | common_enums | function_signature | null | null | null | 43 | is_payout_quote_call_required | null | null | null | null | null | null |
// Function: initiate_payout_link
// File: crates/router/src/core/payout_link.rs
// Module: router
pub fn initiate_payout_link(
_state: SessionState,
_merchant_context: domain::MerchantContext,
_req: payouts::PayoutLinkInitiateRequest,
_request_headers: &header::HeaderMap,
_locale: String,
) -> Rou... | crates/router/src/core/payout_link.rs | router | function_signature | null | null | null | 90 | initiate_payout_link | null | null | null | null | null | null |
// Struct: ExternalVaultConnectorDetails
// File: crates/api_models/src/admin.rs
// Module: api_models
// Implementations: 0
pub struct ExternalVaultConnectorDetails | crates/api_models/src/admin.rs | api_models | struct_definition | ExternalVaultConnectorDetails | 0 | [] | 37 | null | null | null | null | null | null | null |
// Function: get_connector_account_details
// File: crates/hyperswitch_domain_models/src/merchant_connector_account.rs
// Module: hyperswitch_domain_models
pub fn get_connector_account_details(
&self,
) -> error_stack::Result<router_data::ConnectorAuthType, common_utils::errors::ParsingError> | crates/hyperswitch_domain_models/src/merchant_connector_account.rs | hyperswitch_domain_models | function_signature | null | null | null | 67 | get_connector_account_details | null | null | null | null | null | null |
// Implementation: impl ConnectorData
// File: crates/router/src/types/api/connector_mapping.rs
// Module: router
// Methods: 4 total (4 public)
impl ConnectorData | crates/router/src/types/api/connector_mapping.rs | router | impl_block | null | null | null | 38 | null | ConnectorData | null | 4 | 4 | null | null |
// Struct: AuthorizationInfoResponse
// File: crates/api_models/src/user_role.rs
// Module: api_models
// Implementations: 0
pub struct AuthorizationInfoResponse | crates/api_models/src/user_role.rs | api_models | struct_definition | AuthorizationInfoResponse | 0 | [] | 36 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentSync for for Stripe
// File: crates/hyperswitch_connectors/src/connectors/stripe.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSync for for Stripe | crates/hyperswitch_connectors/src/connectors/stripe.rs | hyperswitch_connectors | impl_block | null | null | null | 55 | null | Stripe | api::PaymentSync for | 0 | 0 | null | null |
// Function: payments_check_gift_card_balance_core
// File: crates/router/src/core/gift_card.rs
// Module: router
pub fn payments_check_gift_card_balance_core(
state: SessionState,
merchant_context: domain::MerchantContext,
profile: domain::Profile,
_req_state: ReqState,
req: PaymentsGiftCardBalanc... | crates/router/src/core/gift_card.rs | router | function_signature | null | null | null | 106 | payments_check_gift_card_balance_core | null | null | null | null | null | null |
// Function: payment_method_delete_api
// File: crates/openapi/src/routes/payment_method.rs
// Module: openapi
pub fn payment_method_delete_api() | crates/openapi/src/routes/payment_method.rs | openapi | function_signature | null | null | null | 33 | payment_method_delete_api | null | null | null | null | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/xendit.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/xendit.rs | hyperswitch_connectors | module_structure | null | null | null | 39 | null | null | null | null | null | 1 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.