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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
// Function: update_capture
// File: crates/router/src/core/payments/types.rs
// Module: router
pub fn update_capture(&mut self, updated_capture: storage::Capture) | crates/router/src/core/payments/types.rs | router | function_signature | null | null | null | 38 | update_capture | null | null | null | null | null | null |
// Struct: HelcimLineItems
// File: crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct HelcimLineItems | crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs | hyperswitch_connectors | struct_definition | HelcimLineItems | 0 | [] | 53 | null | null | null | null | null | null | null |
// File: crates/router/src/core/profile_acquirer.rs
// Module: router
// Public functions: 2
use api_models::profile_acquirer;
use common_utils::types::keymanager::KeyManagerState;
use error_stack::ResultExt;
use crate::{
core::errors::{self, utils::StorageErrorExt, RouterResponse},
services::api,
types::... | crates/router/src/core/profile_acquirer.rs | router | full_file | null | null | null | 1,739 | null | null | null | null | null | null | null |
// Struct: PlaidPaymentInitiation
// File: crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PlaidPaymentInitiation | crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs | hyperswitch_connectors | struct_definition | PlaidPaymentInitiation | 0 | [] | 51 | null | null | null | null | null | null | null |
// Trait: AuthenticateAndFetch
// File: crates/router/src/services/authentication.rs
// Module: router
pub trait AuthenticateAndFetch<T, A> | crates/router/src/services/authentication.rs | router | trait_definition | null | null | null | 31 | null | null | AuthenticateAndFetch | null | null | null | null |
// Struct: CeleroSearchRequest
// File: crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CeleroSearchRequest | crates/hyperswitch_connectors/src/connectors/celero/transformers.rs | hyperswitch_connectors | struct_definition | CeleroSearchRequest | 0 | [] | 50 | null | null | null | null | null | null | null |
// Function: contains_token
// File: crates/router/src/core/proxy/utils.rs
// Module: router
pub fn contains_token(s: &str) -> bool | crates/router/src/core/proxy/utils.rs | router | function_signature | null | null | null | 34 | contains_token | null | null | null | null | null | null |
// File: crates/analytics/src/auth_events/accumulator.rs
// Module: analytics
// Public functions: 1
// Public structs: 3
use api_models::analytics::auth_events::AuthEventMetricsBucketValue;
use super::metrics::AuthEventMetricRow;
#[derive(Debug, Default)]
pub struct AuthEventMetricsAccumulator {
pub authenticat... | crates/analytics/src/auth_events/accumulator.rs | analytics | full_file | null | null | null | 783 | null | null | null | null | null | null | null |
// File: crates/hyperswitch_connectors/src/connectors/tsys.rs
// Module: hyperswitch_connectors
// Public functions: 1
// Public structs: 1
pub mod transformers;
use std::sync::LazyLock;
use common_enums::enums;
use common_utils::{
errors::CustomResult,
ext_traits::BytesExt,
request::{Method, Request, Re... | crates/hyperswitch_connectors/src/connectors/tsys.rs | hyperswitch_connectors | full_file | null | null | null | 5,421 | null | null | null | null | null | null | null |
// Struct: VaultStruct
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct VaultStruct | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | VaultStruct | 0 | [] | 45 | null | null | null | null | null | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/payouts.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/payouts.rs | router | impl_block | null | null | null | 37 | null | Responder | null | 0 | 0 | null | null |
// Implementation: impl api::RefundExecute for for Bankofamerica
// File: crates/hyperswitch_connectors/src/connectors/bankofamerica.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundExecute for for Bankofamerica | crates/hyperswitch_connectors/src/connectors/bankofamerica.rs | hyperswitch_connectors | impl_block | null | null | null | 66 | null | Bankofamerica | api::RefundExecute for | 0 | 0 | null | null |
// Struct: PayeezyCaptureOrVoidRequest
// File: crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PayeezyCaptureOrVoidRequest | crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs | hyperswitch_connectors | struct_definition | PayeezyCaptureOrVoidRequest | 0 | [] | 56 | null | null | null | null | null | null | null |
// Function: payments_cancel
// File: crates/router/src/routes/payments.rs
// Module: router
pub fn payments_cancel(
state: web::Data<app::AppState>,
req: actix_web::HttpRequest,
json_payload: web::Json<payment_types::PaymentsCancelRequest>,
path: web::Path<common_utils::id_type::PaymentId>,
) -> impl ... | crates/router/src/routes/payments.rs | router | function_signature | null | null | null | 83 | payments_cancel | null | null | null | null | null | null |
// Implementation: impl api::PaymentCapture for for Authipay
// File: crates/hyperswitch_connectors/src/connectors/authipay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentCapture for for Authipay | crates/hyperswitch_connectors/src/connectors/authipay.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Authipay | api::PaymentCapture for | 0 | 0 | null | null |
// Struct: KlarnaRouterData
// File: crates/hyperswitch_connectors/src/connectors/klarna/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct KlarnaRouterData<T> | crates/hyperswitch_connectors/src/connectors/klarna/transformers.rs | hyperswitch_connectors | struct_definition | KlarnaRouterData | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: FiuuCardData
// File: crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct FiuuCardData | crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs | hyperswitch_connectors | struct_definition | FiuuCardData | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: FiservPaymentsRequest
// File: crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct FiservPaymentsRequest | crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs | hyperswitch_connectors | struct_definition | FiservPaymentsRequest | 0 | [] | 52 | null | null | null | null | null | null | null |
// File: crates/hyperswitch_connectors/src/connectors/ebanx/transformers.rs
// Module: hyperswitch_connectors
// Public structs: 12
#[cfg(feature = "payouts")]
use api_models::enums::Currency;
#[cfg(feature = "payouts")]
use api_models::payouts::{Bank, PayoutMethodData};
#[cfg(feature = "payouts")]
use common_enums::{... | crates/hyperswitch_connectors/src/connectors/ebanx/transformers.rs | hyperswitch_connectors | full_file | null | null | null | 3,144 | null | null | null | null | null | null | null |
// Function: set_routable_connectors
// File: crates/hyperswitch_interfaces/src/events/routing_api_logs.rs
// Module: hyperswitch_interfaces
// Documentation: set response status code
pub fn set_routable_connectors(&mut self, connectors: Vec<RoutableConnectorChoice>) | crates/hyperswitch_interfaces/src/events/routing_api_logs.rs | hyperswitch_interfaces | function_signature | null | null | null | 63 | set_routable_connectors | null | null | null | null | null | null |
// File: crates/router/tests/connectors/elavon.rs
// Module: router
use hyperswitch_domain_models::payment_method_data::{Card, PaymentMethodData};
use masking::Secret;
use router::types::{self, api, storage::enums};
use test_utils::connector_auth;
use crate::utils::{self, ConnectorActions};
#[derive(Clone, Copy)]
st... | crates/router/tests/connectors/elavon.rs | router | full_file | null | null | null | 3,004 | null | null | null | null | null | null | null |
// Implementation: impl UserFromToken
// File: crates/router/src/utils/user.rs
// Module: router
// Methods: 3 total (0 public)
impl UserFromToken | crates/router/src/utils/user.rs | router | impl_block | null | null | null | 37 | null | UserFromToken | null | 3 | 0 | null | null |
// Function: new
// File: crates/hyperswitch_constraint_graph/src/types.rs
// Module: hyperswitch_constraint_graph
pub fn new() -> Self | crates/hyperswitch_constraint_graph/src/types.rs | hyperswitch_constraint_graph | function_signature | null | null | null | 33 | new | null | null | null | null | null | null |
// Struct: GooglePayPaymentProcessingDetails
// File: crates/router/src/core/payments.rs
// Module: router
// Implementations: 0
pub struct GooglePayPaymentProcessingDetails | crates/router/src/core/payments.rs | router | struct_definition | GooglePayPaymentProcessingDetails | 0 | [] | 39 | null | null | null | null | null | null | null |
// Struct: PowertranzBaseRequest
// File: crates/hyperswitch_connectors/src/connectors/powertranz/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PowertranzBaseRequest | crates/hyperswitch_connectors/src/connectors/powertranz/transformers.rs | hyperswitch_connectors | struct_definition | PowertranzBaseRequest | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: BillwerkRouterData
// File: crates/hyperswitch_connectors/src/connectors/billwerk/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct BillwerkRouterData<T> | crates/hyperswitch_connectors/src/connectors/billwerk/transformers.rs | hyperswitch_connectors | struct_definition | BillwerkRouterData | 0 | [] | 52 | null | null | null | null | null | null | null |
// Function: get_billing_merchant_connector_account_id
// File: crates/hyperswitch_domain_models/src/payments.rs
// Module: hyperswitch_domain_models
pub fn get_billing_merchant_connector_account_id(
&self,
) -> Option<id_type::MerchantConnectorAccountId> | crates/hyperswitch_domain_models/src/payments.rs | hyperswitch_domain_models | function_signature | null | null | null | 60 | get_billing_merchant_connector_account_id | null | null | null | null | null | null |
// File: crates/router/src/core/health_check.rs
// Module: router
#[cfg(feature = "olap")]
use analytics::health_check::HealthCheck;
#[cfg(feature = "dynamic_routing")]
use api_models::health_check::HealthCheckMap;
use api_models::health_check::HealthState;
use error_stack::ResultExt;
use router_env::logger;
use crat... | crates/router/src/core/health_check.rs | router | full_file | null | null | null | 1,914 | null | null | null | null | null | null | null |
// Implementation: impl CaptureSyncResponse
// File: crates/hyperswitch_domain_models/src/router_response_types.rs
// Module: hyperswitch_domain_models
// Methods: 2 total (2 public)
impl CaptureSyncResponse | crates/hyperswitch_domain_models/src/router_response_types.rs | hyperswitch_domain_models | impl_block | null | null | null | 46 | null | CaptureSyncResponse | null | 2 | 2 | null | null |
// File: crates/storage_impl/src/mock_db.rs
// Module: storage_impl
// Public functions: 5
// Public structs: 1
use std::sync::Arc;
use common_utils::{errors::CustomResult, types::keymanager::KeyManagerState};
use diesel_models as store;
use error_stack::ResultExt;
use futures::lock::{Mutex, MutexGuard};
use hyperswi... | crates/storage_impl/src/mock_db.rs | storage_impl | full_file | null | null | null | 2,090 | null | null | null | null | null | null | null |
// Function: validate
// File: crates/router/src/services/kafka.rs
// Module: router
pub fn validate(&self) -> Result<(), crate::core::errors::ApplicationError> | crates/router/src/services/kafka.rs | router | function_signature | null | null | null | 39 | validate | null | null | null | null | null | null |
// Struct: ReturnUrl
// File: crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ReturnUrl | crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs | hyperswitch_connectors | struct_definition | ReturnUrl | 0 | [] | 45 | null | null | null | null | null | null | null |
// Struct: MerchantAccountSetter
// File: crates/diesel_models/src/merchant_account.rs
// Module: diesel_models
// Implementations: 0
pub struct MerchantAccountSetter | crates/diesel_models/src/merchant_account.rs | diesel_models | struct_definition | MerchantAccountSetter | 0 | [] | 38 | null | null | null | null | null | null | null |
// Implementation: impl SecretsManagementConfig
// File: crates/external_services/src/managers/secrets_management.rs
// Module: external_services
// Methods: 2 total (1 public)
impl SecretsManagementConfig | crates/external_services/src/managers/secrets_management.rs | external_services | impl_block | null | null | null | 43 | null | SecretsManagementConfig | null | 2 | 1 | null | null |
// Struct: PaymentFilterRow
// File: crates/analytics/src/payments/filters.rs
// Module: analytics
// Implementations: 0
pub struct PaymentFilterRow | crates/analytics/src/payments/filters.rs | analytics | struct_definition | PaymentFilterRow | 0 | [] | 37 | null | null | null | null | null | null | null |
// Implementation: impl api::RefundExecute for for Vgs
// File: crates/hyperswitch_connectors/src/connectors/vgs.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundExecute for for Vgs | crates/hyperswitch_connectors/src/connectors/vgs.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Vgs | api::RefundExecute for | 0 | 0 | null | null |
// Implementation: impl super::active_payments::metrics::ActivePaymentsMetricAnalytics for for ClickhouseClient
// File: crates/analytics/src/clickhouse.rs
// Module: analytics
// Methods: 0 total (0 public)
impl super::active_payments::metrics::ActivePaymentsMetricAnalytics for for ClickhouseClient | crates/analytics/src/clickhouse.rs | analytics | impl_block | null | null | null | 65 | null | ClickhouseClient | super::active_payments::metrics::ActivePaymentsMetricAnalytics for | 0 | 0 | null | null |
// Function: config_key_update
// File: crates/router/src/routes/configs.rs
// Module: router
pub fn config_key_update(
state: web::Data<AppState>,
req: HttpRequest,
path: web::Path<String>,
json_payload: web::Json<api_types::ConfigUpdate>,
) -> impl Responder | crates/router/src/routes/configs.rs | router | function_signature | null | null | null | 70 | config_key_update | null | null | null | null | null | null |
// Struct: StoreCardReq
// File: crates/router/src/core/payment_methods/transformers.rs
// Module: router
// Implementations: 0
pub struct StoreCardReq | crates/router/src/core/payment_methods/transformers.rs | router | struct_definition | StoreCardReq | 0 | [] | 38 | null | null | null | null | null | null | null |
// Function: call_to_locker
// File: crates/router/src/core/locker_migration.rs
// Module: router
pub fn call_to_locker(
_state: &SessionState,
_payment_methods: Vec<domain::PaymentMethod>,
_customer_id: &id_type::CustomerId,
_merchant_id: &id_type::MerchantId,
_merchant_context: &domain::MerchantC... | crates/router/src/core/locker_migration.rs | router | function_signature | null | null | null | 97 | call_to_locker | null | null | null | null | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/santander.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/santander.rs | hyperswitch_connectors | module_structure | null | null | null | 39 | null | null | null | null | null | 1 | 0 |
// Function: organization_create
// File: crates/router/src/routes/admin.rs
// Module: router
pub fn organization_create(
state: web::Data<AppState>,
req: HttpRequest,
json_payload: web::Json<admin::OrganizationCreateRequest>,
) -> HttpResponse | crates/router/src/routes/admin.rs | router | function_signature | null | null | null | 57 | organization_create | null | null | null | null | null | null |
// Implementation: impl api::PaymentToken for for Nomupay
// File: crates/hyperswitch_connectors/src/connectors/nomupay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentToken for for Nomupay | crates/hyperswitch_connectors/src/connectors/nomupay.rs | hyperswitch_connectors | impl_block | null | null | null | 61 | null | Nomupay | api::PaymentToken for | 0 | 0 | null | null |
// Function: add_payment_method_to_vault
// File: crates/router/src/core/payment_methods/vault.rs
// Module: router
pub fn add_payment_method_to_vault(
state: &routes::SessionState,
merchant_context: &domain::MerchantContext,
pmd: &domain::PaymentMethodVaultingData,
existing_vault_id: Option<domain::Va... | crates/router/src/core/payment_methods/vault.rs | router | function_signature | null | null | null | 110 | add_payment_method_to_vault | null | null | null | null | null | null |
// Implementation: impl api::ConnectorAccessToken for for Moneris
// File: crates/hyperswitch_connectors/src/connectors/moneris.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorAccessToken for for Moneris | crates/hyperswitch_connectors/src/connectors/moneris.rs | hyperswitch_connectors | impl_block | null | null | null | 61 | null | Moneris | api::ConnectorAccessToken for | 0 | 0 | null | null |
// Implementation: impl api::PaymentVoid for for Nomupay
// File: crates/hyperswitch_connectors/src/connectors/nomupay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentVoid for for Nomupay | crates/hyperswitch_connectors/src/connectors/nomupay.rs | hyperswitch_connectors | impl_block | null | null | null | 61 | null | Nomupay | api::PaymentVoid for | 0 | 0 | null | null |
// File: crates/api_models/src/process_tracker.rs
// Module: api_models
#[cfg(feature = "v2")]
pub mod revenue_recovery;
| crates/api_models/src/process_tracker.rs | api_models | full_file | null | null | null | 30 | null | null | null | null | null | null | null |
// Function: list_multiple_merchant_accounts
// File: crates/diesel_models/src/query/merchant_account.rs
// Module: diesel_models
pub fn list_multiple_merchant_accounts(
conn: &PgPooledConn,
merchant_ids: Vec<common_utils::id_type::MerchantId>,
) -> StorageResult<Vec<Self>> | crates/diesel_models/src/query/merchant_account.rs | diesel_models | function_signature | null | null | null | 69 | list_multiple_merchant_accounts | null | null | null | null | null | null |
// Implementation: impl ConnectorRedirectResponse for for Mollie
// File: crates/hyperswitch_connectors/src/connectors/mollie.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl ConnectorRedirectResponse for for Mollie | crates/hyperswitch_connectors/src/connectors/mollie.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Mollie | ConnectorRedirectResponse for | 1 | 0 | null | null |
// Function: spawn_tracked_job
// File: crates/router/src/services/authentication/decision.rs
// Module: router
pub fn spawn_tracked_job<E, F>(future: F, request_type: &'static str) | crates/router/src/services/authentication/decision.rs | router | function_signature | null | null | null | 46 | spawn_tracked_job | null | null | null | null | null | null |
// Function: transform_to_sql_values
// File: crates/analytics/src/query.rs
// Module: analytics
pub fn transform_to_sql_values(&mut self, values: &[impl ToSql<T>]) -> QueryResult<String> | crates/analytics/src/query.rs | analytics | function_signature | null | null | null | 47 | transform_to_sql_values | null | null | null | null | null | null |
// Struct: JpmorganMerchantSoftware
// File: crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct JpmorganMerchantSoftware | crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs | hyperswitch_connectors | struct_definition | JpmorganMerchantSoftware | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: StaxRefundRequest
// File: crates/hyperswitch_connectors/src/connectors/stax/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct StaxRefundRequest | crates/hyperswitch_connectors/src/connectors/stax/transformers.rs | hyperswitch_connectors | struct_definition | StaxRefundRequest | 0 | [] | 51 | null | null | null | null | null | null | null |
// Struct: References
// File: crates/hyperswitch_connectors/src/connectors/worldline/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct References | crates/hyperswitch_connectors/src/connectors/worldline/transformers.rs | hyperswitch_connectors | struct_definition | References | 0 | [] | 43 | null | null | null | null | null | null | null |
// Function: get_or_generate_payment_id
// File: crates/router/src/routes/payments.rs
// Module: router
pub fn get_or_generate_payment_id(
payload: &mut payment_types::PaymentsRequest,
) -> errors::RouterResult<()> | crates/router/src/routes/payments.rs | router | function_signature | null | null | null | 51 | get_or_generate_payment_id | null | null | null | null | null | null |
// Function: update_user_details
// File: crates/router/src/core/user.rs
// Module: router
pub fn update_user_details(
state: SessionState,
user_token: auth::UserFromToken,
req: user_api::UpdateUserAccountDetailsRequest,
_req_state: ReqState,
) -> UserResponse<()> | crates/router/src/core/user.rs | router | function_signature | null | null | null | 69 | update_user_details | null | null | null | null | null | null |
// File: crates/common_types/src/primitive_wrappers.rs
// Module: common_types
// Public functions: 4
// Public structs: 9
pub use bool_wrappers::*;
pub use u32_wrappers::*;
mod bool_wrappers {
use std::ops::Deref;
use serde::{Deserialize, Serialize};
/// Bool that represents if Extended Authorization is ... | crates/common_types/src/primitive_wrappers.rs | common_types | full_file | null | null | null | 3,555 | null | null | null | null | null | null | null |
// Struct: CoingateRefundRequest
// File: crates/hyperswitch_connectors/src/connectors/coingate/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CoingateRefundRequest | crates/hyperswitch_connectors/src/connectors/coingate/transformers.rs | hyperswitch_connectors | struct_definition | CoingateRefundRequest | 0 | [] | 54 | null | null | null | null | null | null | null |
// Implementation: impl api::subscriptions_v2::SubscriptionsV2 for for Recurly
// File: crates/hyperswitch_connectors/src/connectors/recurly.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::subscriptions_v2::SubscriptionsV2 for for Recurly | crates/hyperswitch_connectors/src/connectors/recurly.rs | hyperswitch_connectors | impl_block | null | null | null | 72 | null | Recurly | api::subscriptions_v2::SubscriptionsV2 for | 0 | 0 | null | null |
connectors::Tokenio,
connectors::Trustpay,
connectors::Trustpayments,
connectors::Tsys,
connectors::UnifiedAuthenticationService,
connectors::Wise,
connectors::Worldline,
connectors::Volt,
connectors::Worldpay,
connectors::Worldpayvantiv,
connectors::Worldpayxml,
connecto... | crates/hyperswitch_connectors/src/default_implementations_v2.rs#chunk3 | hyperswitch_connectors | chunk | null | null | null | 7,857 | null | null | null | null | null | null | null |
// Struct: BlocklistFingerprint
// File: crates/diesel_models/src/blocklist_fingerprint.rs
// Module: diesel_models
// Implementations: 0
pub struct BlocklistFingerprint | crates/diesel_models/src/blocklist_fingerprint.rs | diesel_models | struct_definition | BlocklistFingerprint | 0 | [] | 41 | null | null | null | null | null | null | null |
// Struct: WellsfargoRefundResponse
// File: crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct WellsfargoRefundResponse | crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs | hyperswitch_connectors | struct_definition | WellsfargoRefundResponse | 0 | [] | 55 | null | null | null | null | null | null | null |
// Struct: ApiKeyExpiryReminder
// File: crates/router/src/services/email/types.rs
// Module: router
// Implementations: 1
// Traits: EmailData
pub struct ApiKeyExpiryReminder | crates/router/src/services/email/types.rs | router | struct_definition | ApiKeyExpiryReminder | 1 | [
"EmailData"
] | 45 | null | null | null | null | null | null | null |
// Struct: RoutingProfileMetadata
// File: crates/diesel_models/src/routing_algorithm.rs
// Module: diesel_models
// Implementations: 1
pub struct RoutingProfileMetadata | crates/diesel_models/src/routing_algorithm.rs | diesel_models | struct_definition | RoutingProfileMetadata | 1 | [] | 38 | null | null | null | null | null | null | null |
// Function: get_pending_captures
// File: crates/router/src/core/payments/types.rs
// Module: router
pub fn get_pending_captures(&self) -> Vec<&storage::Capture> | crates/router/src/core/payments/types.rs | router | function_signature | null | null | null | 43 | get_pending_captures | null | null | null | null | null | null |
// Implementation: impl AuthServiceConnector for for T
// File: crates/pm_auth/src/types/api.rs
// Module: pm_auth
// Methods: 0 total (0 public)
impl AuthServiceConnector for for T | crates/pm_auth/src/types/api.rs | pm_auth | impl_block | null | null | null | 43 | null | T | AuthServiceConnector for | 0 | 0 | null | null |
// Implementation: impl api::ConnectorAccessToken for for Noon
// File: crates/hyperswitch_connectors/src/connectors/noon.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorAccessToken for for Noon | crates/hyperswitch_connectors/src/connectors/noon.rs | hyperswitch_connectors | impl_block | null | null | null | 55 | null | Noon | api::ConnectorAccessToken for | 0 | 0 | null | null |
// Struct: UserMerchantAccountResponse
// File: crates/api_models/src/user.rs
// Module: api_models
// Implementations: 0
pub struct UserMerchantAccountResponse | crates/api_models/src/user.rs | api_models | struct_definition | UserMerchantAccountResponse | 0 | [] | 37 | null | null | null | null | null | null | null |
// Struct: ContactDetails
// File: crates/hyperswitch_connectors/src/connectors/worldline/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ContactDetails | crates/hyperswitch_connectors/src/connectors/worldline/transformers.rs | hyperswitch_connectors | struct_definition | ContactDetails | 0 | [] | 45 | null | null | null | null | null | null | null |
// Struct: ExternalVaultProxy
// File: crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct ExternalVaultProxy | crates/hyperswitch_domain_models/src/router_flow_types/payments.rs | hyperswitch_domain_models | struct_definition | ExternalVaultProxy | 0 | [] | 45 | null | null | null | null | null | null | null |
// Struct: PostAuthenticate
// File: crates/hyperswitch_domain_models/src/router_flow_types/unified_authentication_service.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct PostAuthenticate | crates/hyperswitch_domain_models/src/router_flow_types/unified_authentication_service.rs | hyperswitch_domain_models | struct_definition | PostAuthenticate | 0 | [] | 45 | null | null | null | null | null | null | null |
// Implementation: impl MerchantCountryCode
// File: crates/common_types/src/payments.rs
// Module: common_types
// Methods: 3 total (3 public)
impl MerchantCountryCode | crates/common_types/src/payments.rs | common_types | impl_block | null | null | null | 39 | null | MerchantCountryCode | null | 3 | 3 | null | null |
// Struct: NetworkTokenResponse
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Implementations: 0
pub struct NetworkTokenResponse | crates/api_models/src/payment_methods.rs | api_models | struct_definition | NetworkTokenResponse | 0 | [] | 36 | null | null | null | null | null | null | null |
// Function: find_by_theme_id
// File: crates/diesel_models/src/query/user/theme.rs
// Module: diesel_models
pub fn find_by_theme_id(conn: &PgPooledConn, theme_id: String) -> StorageResult<Self> | crates/diesel_models/src/query/user/theme.rs | diesel_models | function_signature | null | null | null | 51 | find_by_theme_id | null | null | null | null | null | null |
// Function: create_merchant_connector_account
// File: crates/diesel_models/src/merchant_connector_account.rs
// Module: diesel_models
pub fn create_merchant_connector_account(
self,
source: MerchantConnectorAccount,
) -> MerchantConnectorAccount | crates/diesel_models/src/merchant_connector_account.rs | diesel_models | function_signature | null | null | null | 53 | create_merchant_connector_account | null | null | null | null | null | null |
// Implementation: impl api::ConnectorMandateRevoke for for Braintree
// File: crates/hyperswitch_connectors/src/connectors/braintree.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorMandateRevoke for for Braintree | crates/hyperswitch_connectors/src/connectors/braintree.rs | hyperswitch_connectors | impl_block | null | null | null | 66 | null | Braintree | api::ConnectorMandateRevoke for | 0 | 0 | null | null |
// Struct: HeaderKey
// File: crates/test_utils/src/connector_auth.rs
// Module: test_utils
// Implementations: 0
pub struct HeaderKey | crates/test_utils/src/connector_auth.rs | test_utils | struct_definition | HeaderKey | 0 | [] | 35 | null | null | null | null | null | null | null |
// Implementation: impl api::Payment for for Zsl
// File: crates/hyperswitch_connectors/src/connectors/zsl.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Payment for for Zsl | crates/hyperswitch_connectors/src/connectors/zsl.rs | hyperswitch_connectors | impl_block | null | null | null | 55 | null | Zsl | api::Payment for | 0 | 0 | null | null |
// File: crates/api_models/src/analytics/routing_events.rs
// Module: api_models
// Public structs: 1
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
pub struct RoutingEventsRequest {
pub payment_id: common_utils::id_type::PaymentId,
pub refund_id: Option<String>,
pub dispute_id: Option<Strin... | crates/api_models/src/analytics/routing_events.rs | api_models | full_file | null | null | null | 78 | null | null | null | null | null | null | null |
// Trait: DisputeMetricAnalytics
// File: crates/analytics/src/disputes/metrics.rs
// Module: analytics
pub trait DisputeMetricAnalytics: LoadRow<DisputeMetricRow> | crates/analytics/src/disputes/metrics.rs | analytics | trait_definition | null | null | null | 42 | null | null | DisputeMetricAnalytics | null | null | null | null |
// Struct: TokenizedCardValue2
// File: crates/hyperswitch_domain_models/src/payment_method_data.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct TokenizedCardValue2 | crates/hyperswitch_domain_models/src/payment_method_data.rs | hyperswitch_domain_models | struct_definition | TokenizedCardValue2 | 0 | [] | 47 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentVoid for for Bluesnap
// File: crates/hyperswitch_connectors/src/connectors/bluesnap.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentVoid for for Bluesnap | crates/hyperswitch_connectors/src/connectors/bluesnap.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Bluesnap | api::PaymentVoid for | 0 | 0 | null | null |
// Function: validate
// File: crates/redis_interface/src/types.rs
// Module: redis_interface
// Documentation: Validates the Redis configuration provided.
pub fn validate(&self) -> CustomResult<(), errors::RedisError> | crates/redis_interface/src/types.rs | redis_interface | function_signature | null | null | null | 46 | validate | null | null | null | null | null | null |
// Implementation: impl ForexMetric for for RefundMetrics
// File: crates/api_models/src/analytics/refunds.rs
// Module: api_models
// Methods: 1 total (0 public)
impl ForexMetric for for RefundMetrics | crates/api_models/src/analytics/refunds.rs | api_models | impl_block | null | null | null | 49 | null | RefundMetrics | ForexMetric for | 1 | 0 | null | null |
// Implementation: impl api::Refund for for Paypal
// File: crates/hyperswitch_connectors/src/connectors/paypal.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Paypal | crates/hyperswitch_connectors/src/connectors/paypal.rs | hyperswitch_connectors | impl_block | null | null | null | 55 | null | Paypal | api::Refund for | 0 | 0 | null | null |
// Struct: PaypalAccessTokenErrorResponse
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaypalAccessTokenErrorResponse | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | PaypalAccessTokenErrorResponse | 0 | [] | 47 | null | null | null | null | null | null | null |
// Function: get_config_directory
// File: crates/router_env/src/logger/config.rs
// Module: router_env
// Documentation: Read the env variable `CONFIG_DIR` or fallback to `config`
pub fn get_config_directory() -> PathBuf | crates/router_env/src/logger/config.rs | router_env | function_signature | null | null | null | 50 | get_config_directory | null | null | null | null | null | null |
// Implementation: impl std::ops::DerefMut for for PayoutsMandateReference
// File: crates/hyperswitch_domain_models/src/mandates.rs
// Module: hyperswitch_domain_models
// Methods: 1 total (0 public)
impl std::ops::DerefMut for for PayoutsMandateReference | crates/hyperswitch_domain_models/src/mandates.rs | hyperswitch_domain_models | impl_block | null | null | null | 72 | null | PayoutsMandateReference | std::ops::DerefMut for | 1 | 0 | null | null |
// Function: revenue_recovery_resume_api
// File: crates/router/src/routes/process_tracker/revenue_recovery.rs
// Module: router
pub fn revenue_recovery_resume_api(
state: web::Data<AppState>,
req: HttpRequest,
path: web::Path<common_utils::id_type::GlobalPaymentId>,
json_payload: web::Json<revenue_rec... | crates/router/src/routes/process_tracker/revenue_recovery.rs | router | function_signature | null | null | null | 89 | revenue_recovery_resume_api | null | null | null | null | null | null |
// Struct: PayloadCurrencyAuthKeyType
// File: crates/connector_configs/src/connector.rs
// Module: connector_configs
// Implementations: 0
pub struct PayloadCurrencyAuthKeyType | crates/connector_configs/src/connector.rs | connector_configs | struct_definition | PayloadCurrencyAuthKeyType | 0 | [] | 39 | null | null | null | null | null | null | null |
// Function: derive_smithy_model
// File: crates/smithy/src/lib.rs
// Module: smithy
pub fn derive_smithy_model(input: TokenStream) -> TokenStream | crates/smithy/src/lib.rs | smithy | function_signature | null | null | null | 41 | derive_smithy_model | null | null | null | null | null | null |
// Struct: VoltRouterData
// File: crates/hyperswitch_connectors/src/connectors/volt/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct VoltRouterData<T> | crates/hyperswitch_connectors/src/connectors/volt/transformers.rs | hyperswitch_connectors | struct_definition | VoltRouterData | 0 | [] | 49 | null | null | null | null | null | null | null |
// File: crates/common_utils/src/request.rs
// Module: common_utils
// Public functions: 19
// Public structs: 2
use masking::{Maskable, Secret};
use serde::{Deserialize, Serialize};
use utoipa::ToSchema;
pub type Headers = std::collections::HashSet<(String, Maskable<String>)>;
#[derive(
Clone,
Copy,
Deb... | crates/common_utils/src/request.rs | common_utils | full_file | null | null | null | 1,336 | null | null | null | null | null | null | null |
// Struct: PayoutsMandateReferenceRecord
// File: crates/hyperswitch_domain_models/src/mandates.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct PayoutsMandateReferenceRecord | crates/hyperswitch_domain_models/src/mandates.rs | hyperswitch_domain_models | struct_definition | PayoutsMandateReferenceRecord | 0 | [] | 53 | null | null | null | null | null | null | null |
// Function: server
// File: crates/router/src/compatibility/stripe/app.rs
// Module: router
pub fn server(config: routes::AppState) -> Scope | crates/router/src/compatibility/stripe/app.rs | router | function_signature | null | null | null | 35 | server | null | null | null | null | null | null |
// Implementation: impl api::Refund for for Iatapay
// File: crates/hyperswitch_connectors/src/connectors/iatapay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Iatapay | crates/hyperswitch_connectors/src/connectors/iatapay.rs | hyperswitch_connectors | impl_block | null | null | null | 63 | null | Iatapay | api::Refund for | 0 | 0 | null | null |
// Struct: PayonePayoutFulfillRequest
// File: crates/hyperswitch_connectors/src/connectors/payone/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PayonePayoutFulfillRequest | crates/hyperswitch_connectors/src/connectors/payone/transformers.rs | hyperswitch_connectors | struct_definition | PayonePayoutFulfillRequest | 0 | [] | 55 | null | null | null | null | null | null | null |
// Struct: CreateCustomerRequest
// File: crates/router/src/compatibility/stripe/customers/types.rs
// Module: router
// Implementations: 0
pub struct CreateCustomerRequest | crates/router/src/compatibility/stripe/customers/types.rs | router | struct_definition | CreateCustomerRequest | 0 | [] | 40 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorSpecifications for for Forte
// File: crates/hyperswitch_connectors/src/connectors/forte.rs
// Module: hyperswitch_connectors
// Methods: 3 total (0 public)
impl ConnectorSpecifications for for Forte | crates/hyperswitch_connectors/src/connectors/forte.rs | hyperswitch_connectors | impl_block | null | null | null | 54 | null | Forte | ConnectorSpecifications for | 3 | 0 | null | null |
// Struct: OpenMsearchOutput
// File: crates/api_models/src/analytics/search.rs
// Module: api_models
// Implementations: 0
pub struct OpenMsearchOutput | crates/api_models/src/analytics/search.rs | api_models | struct_definition | OpenMsearchOutput | 0 | [] | 39 | null | null | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.