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: get_user_details
// File: crates/router/src/routes/user.rs
// Module: router
pub fn get_user_details(state: web::Data<AppState>, req: HttpRequest) -> HttpResponse | crates/router/src/routes/user.rs | router | function_signature | null | null | null | 41 | get_user_details | null | null | null | null | null | null |
// Implementation: impl api::PaymentCapture for for Globalpay
// File: crates/hyperswitch_connectors/src/connectors/globalpay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentCapture for for Globalpay | crates/hyperswitch_connectors/src/connectors/globalpay.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Globalpay | api::PaymentCapture for | 0 | 0 | null | null |
// Struct: AuthenticationUpdateInternal
// File: crates/diesel_models/src/authentication.rs
// Module: diesel_models
// Implementations: 2
// Traits: Default
pub struct AuthenticationUpdateInternal | crates/diesel_models/src/authentication.rs | diesel_models | struct_definition | AuthenticationUpdateInternal | 2 | [
"Default"
] | 41 | null | null | null | null | null | null | null |
// Implementation: impl AppStateInfo for for AppState
// File: crates/router/src/routes/app.rs
// Module: router
// Methods: 6 total (0 public)
impl AppStateInfo for for AppState | crates/router/src/routes/app.rs | router | impl_block | null | null | null | 41 | null | AppState | AppStateInfo for | 6 | 0 | null | null |
// Function: routing_retrieve_config
// File: crates/openapi/src/routes/routing.rs
// Module: openapi
pub fn routing_retrieve_config() | crates/openapi/src/routes/routing.rs | openapi | function_signature | null | null | null | 33 | routing_retrieve_config | null | null | null | null | null | null |
// Implementation: impl UserEmail
// File: crates/router/src/types/domain/user.rs
// Module: router
// Methods: 6 total (6 public)
impl UserEmail | crates/router/src/types/domain/user.rs | router | impl_block | null | null | null | 36 | null | UserEmail | null | 6 | 6 | null | null |
// Implementation: impl api::PaymentToken for for Klarna
// File: crates/hyperswitch_connectors/src/connectors/klarna.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentToken for for Klarna | crates/hyperswitch_connectors/src/connectors/klarna.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Klarna | api::PaymentToken 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 |
// Function: add_confirm_value_in_infra_values
// File: crates/common_utils/src/types/keymanager.rs
// Module: common_utils
pub fn add_confirm_value_in_infra_values(
&self,
is_confirm_operation: bool,
) -> Option<serde_json::Value> | crates/common_utils/src/types/keymanager.rs | common_utils | function_signature | null | null | null | 60 | add_confirm_value_in_infra_values | null | null | null | null | null | null |
// Function: new
// File: crates/router/src/core/admin.rs
// Module: router
pub fn new(profile: domain::Profile) -> Self | crates/router/src/core/admin.rs | router | function_signature | null | null | null | 31 | new | null | null | null | null | null | null |
// Function: connector_delete
// File: crates/router/src/routes/admin.rs
// Module: router
pub fn connector_delete(
state: web::Data<AppState>,
req: HttpRequest,
path: web::Path<(
common_utils::id_type::MerchantId,
common_utils::id_type::MerchantConnectorAccountId,
) | crates/router/src/routes/admin.rs | router | function_signature | null | null | null | 71 | connector_delete | null | null | null | null | null | null |
// Function: to_merchant_connector_info
// File: crates/api_models/src/admin.rs
// Module: api_models
pub fn to_merchant_connector_info(&self, connector_label: &String) -> MerchantConnectorInfo | crates/api_models/src/admin.rs | api_models | function_signature | null | null | null | 45 | to_merchant_connector_info | null | null | null | null | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/inespay.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/inespay.rs | hyperswitch_connectors | module_structure | null | null | null | 39 | null | null | null | null | null | 1 | 0 |
// Struct: ConnectorWebhookSecrets
// File: crates/api_models/src/webhooks.rs
// Module: api_models
// Implementations: 0
pub struct ConnectorWebhookSecrets | crates/api_models/src/webhooks.rs | api_models | struct_definition | ConnectorWebhookSecrets | 0 | [] | 40 | null | null | null | null | null | null | null |
// Implementation: impl api::Payment for for Nomupay
// File: crates/hyperswitch_connectors/src/connectors/nomupay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Payment for for Nomupay | crates/hyperswitch_connectors/src/connectors/nomupay.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Nomupay | api::Payment for | 0 | 0 | null | null |
fn get_browser_info(&self) -> Result<BrowserInformation, Error>;
fn get_order_details(&self) -> Result<Vec<OrderDetailsWithAmount>, Error>;
fn get_card(&self) -> Result<domain::Card, Error>;
fn connector_mandate_id(&self) -> Option<String>;
fn get_optional_network_transaction_id(&self) -> Option<Str... | crates/router/src/connector/utils.rs#chunk1 | router | chunk | null | null | null | 8,192 | null | null | null | null | null | null | null |
// Struct: RecoveryCodes
// File: crates/api_models/src/user.rs
// Module: api_models
// Implementations: 0
pub struct RecoveryCodes | crates/api_models/src/user.rs | api_models | struct_definition | RecoveryCodes | 0 | [] | 33 | null | null | null | null | null | null | null |
// Function: update_user_authentication_method
// File: crates/router/src/routes/user.rs
// Module: router
pub fn update_user_authentication_method(
state: web::Data<AppState>,
req: HttpRequest,
json_payload: web::Json<user_api::UpdateUserAuthenticationMethodRequest>,
) -> HttpResponse | crates/router/src/routes/user.rs | router | function_signature | null | null | null | 64 | update_user_authentication_method | null | null | null | null | null | null |
// Implementation: impl KafkaPaymentAttemptEvent
// File: crates/router/src/services/kafka/payment_attempt_event.rs
// Module: router
// Methods: 1 total (1 public)
impl KafkaPaymentAttemptEvent | crates/router/src/services/kafka/payment_attempt_event.rs | router | impl_block | null | null | null | 43 | null | KafkaPaymentAttemptEvent | null | 1 | 1 | null | null |
// Struct: WiseFulfillResponse
// File: crates/hyperswitch_connectors/src/connectors/wise/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct WiseFulfillResponse | crates/hyperswitch_connectors/src/connectors/wise/transformers.rs | hyperswitch_connectors | struct_definition | WiseFulfillResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// Trait: ToArchipelBillingAddress
// File: crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
// Module: hyperswitch_connectors
pub trait ToArchipelBillingAddress | crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs | hyperswitch_connectors | trait_definition | null | null | null | 44 | null | null | ToArchipelBillingAddress | null | null | null | null |
// Implementation: impl ConnectorValidation for for CtpMastercard
// File: crates/hyperswitch_connectors/src/connectors/ctp_mastercard.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl ConnectorValidation for for CtpMastercard | crates/hyperswitch_connectors/src/connectors/ctp_mastercard.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | CtpMastercard | ConnectorValidation for | 0 | 0 | null | null |
// Function: run_program
// File: crates/euclid_wasm/src/lib.rs
// Module: euclid_wasm
pub fn run_program(program: JsValue, input: JsValue) -> JsResult | crates/euclid_wasm/src/lib.rs | euclid_wasm | function_signature | null | null | null | 44 | run_program | null | null | null | null | null | null |
// Function: ephemeral_key_delete
// File: crates/router/src/routes/ephemeral_key.rs
// Module: router
pub fn ephemeral_key_delete(
state: web::Data<AppState>,
req: HttpRequest,
path: web::Path<String>,
) -> HttpResponse | crates/router/src/routes/ephemeral_key.rs | router | function_signature | null | null | null | 59 | ephemeral_key_delete | null | null | null | null | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/payments.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/payments.rs | router | impl_block | null | null | null | 36 | null | Responder | null | 0 | 0 | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/threedsecureio.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/threedsecureio.rs | hyperswitch_connectors | module_structure | null | null | null | 40 | null | null | null | null | null | 1 | 0 |
// Function: execute_payment_method_tokenization
// File: crates/router/src/core/payment_methods/cards.rs
// Module: router
pub fn execute_payment_method_tokenization(
executor: tokenize::CardNetworkTokenizeExecutor<'_, domain::TokenizePaymentMethodRequest>,
builder: tokenize::NetworkTokenizationBuilder<'_, to... | crates/router/src/core/payment_methods/cards.rs | router | function_signature | null | null | null | 101 | execute_payment_method_tokenization | null | null | null | null | null | null |
// File: crates/router/src/core/connector_onboarding/paypal.rs
// Module: router
// Public functions: 3
use api_models::{admin::MerchantConnectorUpdate, connector_onboarding as api};
use common_utils::ext_traits::Encode;
use error_stack::ResultExt;
pub use external_services::http_client;
use masking::{ExposeInterface,... | crates/router/src/core/connector_onboarding/paypal.rs | router | full_file | null | null | null | 1,489 | null | null | null | null | null | null | null |
// File: crates/router/src/core/errors/chat.rs
// Module: router
// Public functions: 1
#[derive(Debug, thiserror::Error)]
pub enum ChatErrors {
#[error("User InternalServerError")]
InternalServerError,
#[error("Missing Config error")]
MissingConfigError,
#[error("Chat response deserialization fail... | crates/router/src/core/errors/chat.rs | router | full_file | null | null | null | 382 | null | null | null | null | null | null | null |
// Implementation: impl api::Payment for for Wellsfargo
// File: crates/hyperswitch_connectors/src/connectors/wellsfargo.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Payment for for Wellsfargo | crates/hyperswitch_connectors/src/connectors/wellsfargo.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Wellsfargo | api::Payment for | 0 | 0 | null | null |
// Struct: AdminApiAuthWithApiKeyFallback
// File: crates/router/src/services/authentication.rs
// Module: router
// Implementations: 0
pub struct AdminApiAuthWithApiKeyFallback | crates/router/src/services/authentication.rs | router | struct_definition | AdminApiAuthWithApiKeyFallback | 0 | [] | 40 | null | null | null | null | null | null | null |
// File: crates/router/tests/connectors/moneris.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)]
s... | crates/router/tests/connectors/moneris.rs | router | full_file | null | null | null | 2,942 | null | null | null | null | null | null | null |
// Implementation: impl masking::SerializableSecret for for RedirectResponse
// File: crates/diesel_models/src/types.rs
// Module: diesel_models
// Methods: 0 total (0 public)
impl masking::SerializableSecret for for RedirectResponse | crates/diesel_models/src/types.rs | diesel_models | impl_block | null | null | null | 49 | null | RedirectResponse | masking::SerializableSecret for | 0 | 0 | null | null |
// Function: get_surcharge_dsk_key
// File: crates/common_utils/src/id_type/merchant.rs
// Module: common_utils
// Documentation: get_surcharge_dsk_key
pub fn get_surcharge_dsk_key(&self) -> String | crates/common_utils/src/id_type/merchant.rs | common_utils | function_signature | null | null | null | 52 | get_surcharge_dsk_key | null | null | null | null | null | null |
// Struct: RefundResponse
// File: crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RefundResponse | crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs | hyperswitch_connectors | struct_definition | RefundResponse | 0 | [] | 48 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentToken for for Trustpayments
// File: crates/hyperswitch_connectors/src/connectors/trustpayments.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentToken for for Trustpayments | crates/hyperswitch_connectors/src/connectors/trustpayments.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Trustpayments | api::PaymentToken for | 0 | 0 | null | null |
// Function: construct_payment_router_data_for_update_metadata
// File: crates/router/src/core/payments/transformers.rs
// Module: router
pub fn construct_payment_router_data_for_update_metadata<'a>(
state: &'a SessionState,
payment_data: PaymentData<api::UpdateMetadata>,
connector_id: &str,
merchant_c... | crates/router/src/core/payments/transformers.rs | router | function_signature | null | null | null | 170 | construct_payment_router_data_for_update_metadata | null | null | null | null | null | null |
// Function: decide_unified_connector_service_call
// File: crates/router/src/core/payments.rs
// Module: router
pub fn decide_unified_connector_service_call<F, RouterDReq, ApiRequest, D>(
state: &SessionState,
req_state: ReqState,
merchant_context: &domain::MerchantContext,
connector: api::ConnectorDa... | crates/router/src/core/payments.rs | router | function_signature | null | null | null | 394 | decide_unified_connector_service_call | null | null | null | null | null | null |
// Function: server
// File: crates/router/src/routes/app.rs
// Module: router
pub fn server(state: AppState) -> Scope | crates/router/src/routes/app.rs | router | function_signature | null | null | null | 29 | server | null | null | null | null | null | null |
// Struct: RefundErrorMessageDistributionAccumulator
// File: crates/analytics/src/refunds/accumulator.rs
// Module: analytics
// Implementations: 1
// Traits: RefundDistributionAccumulator
pub struct RefundErrorMessageDistributionAccumulator | crates/analytics/src/refunds/accumulator.rs | analytics | struct_definition | RefundErrorMessageDistributionAccumulator | 1 | [
"RefundDistributionAccumulator"
] | 55 | null | null | null | null | null | null | null |
// Implementation: impl Nexinets
// File: crates/hyperswitch_connectors/src/connectors/nexinets.rs
// Module: hyperswitch_connectors
// Methods: 1 total (1 public)
impl Nexinets | crates/hyperswitch_connectors/src/connectors/nexinets.rs | hyperswitch_connectors | impl_block | null | null | null | 49 | null | Nexinets | null | 1 | 1 | null | null |
// Function: get_creds_identifier_key
// File: crates/common_utils/src/id_type/merchant.rs
// Module: common_utils
// Documentation: get_creds_identifier_key
pub fn get_creds_identifier_key(&self, creds_identifier: &str) -> String | crates/common_utils/src/id_type/merchant.rs | common_utils | function_signature | null | null | null | 55 | get_creds_identifier_key | null | null | null | null | null | null |
// Function: tokio_mock_sleep
// File: crates/router/src/routes/dummy_connector/utils.rs
// Module: router
pub fn tokio_mock_sleep(delay: u64, tolerance: u64) | crates/router/src/routes/dummy_connector/utils.rs | router | function_signature | null | null | null | 44 | tokio_mock_sleep | null | null | null | null | null | null |
// Implementation: impl api::RefundExecute for for Elavon
// File: crates/hyperswitch_connectors/src/connectors/elavon.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundExecute for for Elavon | crates/hyperswitch_connectors/src/connectors/elavon.rs | hyperswitch_connectors | impl_block | null | null | null | 62 | null | Elavon | api::RefundExecute for | 0 | 0 | null | null |
// Struct: PayoutsMandateReference
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Implementations: 0
pub struct PayoutsMandateReference | crates/api_models/src/payment_methods.rs | api_models | struct_definition | PayoutsMandateReference | 0 | [] | 44 | null | null | null | null | null | null | null |
// File: crates/analytics/src/frm/core.rs
// Module: analytics
// Public functions: 2
#![allow(dead_code)]
use std::collections::HashMap;
use api_models::analytics::{
frm::{FrmDimensions, FrmMetrics, FrmMetricsBucketIdentifier, FrmMetricsBucketResponse},
AnalyticsMetadata, FrmFilterValue, FrmFiltersResponse, ... | crates/analytics/src/frm/core.rs | analytics | full_file | null | null | null | 1,423 | null | null | null | null | null | null | null |
// Struct: DisputeSyncResponse
// File: crates/hyperswitch_domain_models/src/router_response_types/disputes.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct DisputeSyncResponse | crates/hyperswitch_domain_models/src/router_response_types/disputes.rs | hyperswitch_domain_models | struct_definition | DisputeSyncResponse | 0 | [] | 48 | null | null | null | null | null | null | null |
// Struct: GpaymentsRouterData
// File: crates/hyperswitch_connectors/src/connectors/gpayments/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct GpaymentsRouterData<T> | crates/hyperswitch_connectors/src/connectors/gpayments/transformers.rs | hyperswitch_connectors | struct_definition | GpaymentsRouterData | 0 | [] | 51 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentSession for for Novalnet
// File: crates/hyperswitch_connectors/src/connectors/novalnet.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSession for for Novalnet | crates/hyperswitch_connectors/src/connectors/novalnet.rs | hyperswitch_connectors | impl_block | null | null | null | 60 | null | Novalnet | api::PaymentSession for | 0 | 0 | null | null |
// Function: update_storage_scheme
// File: crates/diesel_models/src/customers.rs
// Module: diesel_models
pub fn update_storage_scheme(&mut self, storage_scheme: common_enums::MerchantStorageScheme) | crates/diesel_models/src/customers.rs | diesel_models | function_signature | null | null | null | 45 | update_storage_scheme | null | null | null | null | null | null |
// Function: get_connector_transaction_id
// File: crates/hyperswitch_domain_models/src/router_response_types.rs
// Module: hyperswitch_domain_models
pub fn get_connector_transaction_id(
&self,
) -> Result<String, error_stack::Report<ApiErrorResponse>> | crates/hyperswitch_domain_models/src/router_response_types.rs | hyperswitch_domain_models | function_signature | null | null | null | 57 | get_connector_transaction_id | null | null | null | null | null | null |
// Implementation: impl api::PaymentSync for for Amazonpay
// File: crates/hyperswitch_connectors/src/connectors/amazonpay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSync for for Amazonpay | crates/hyperswitch_connectors/src/connectors/amazonpay.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Amazonpay | api::PaymentSync for | 0 | 0 | null | null |
// Function: parse_value
// File: crates/router/src/utils/user.rs
// Module: router
pub fn parse_value<T>(value: serde_json::Value, type_name: &str) -> UserResult<T>
where
T: serde::de::DeserializeOwned, | crates/router/src/utils/user.rs | router | function_signature | null | null | null | 57 | parse_value | null | null | null | null | null | null |
// File: crates/router/src/routes/payout_link.rs
// Module: router
// Public functions: 1
use actix_web::{web, Responder};
use api_models::payouts::PayoutLinkInitiateRequest;
use router_env::Flow;
use crate::{
core::{api_locking, payout_link::*},
services::{
api,
authentication::{self as auth}... | crates/router/src/routes/payout_link.rs | router | full_file | null | null | null | 333 | null | null | null | null | null | null | null |
// Struct: DeutschebankPaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct DeutschebankPaymentsResponse | crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs | hyperswitch_connectors | struct_definition | DeutschebankPaymentsResponse | 0 | [] | 50 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorSpecifications for for Bluecode
// File: crates/hyperswitch_connectors/src/connectors/bluecode.rs
// Module: hyperswitch_connectors
// Methods: 3 total (0 public)
impl ConnectorSpecifications for for Bluecode | crates/hyperswitch_connectors/src/connectors/bluecode.rs | hyperswitch_connectors | impl_block | null | null | null | 53 | null | Bluecode | ConnectorSpecifications for | 3 | 0 | null | null |
// Function: get_pm_link_config_as_value
// File: crates/api_models/src/admin.rs
// Module: api_models
pub fn get_pm_link_config_as_value(
&self,
) -> CustomResult<Option<serde_json::Value>, errors::ParsingError> | crates/api_models/src/admin.rs | api_models | function_signature | null | null | null | 56 | get_pm_link_config_as_value | null | null | null | null | null | null |
// Implementation: impl ConnectorValidation for for Xendit
// File: crates/hyperswitch_connectors/src/connectors/xendit.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl ConnectorValidation for for Xendit | crates/hyperswitch_connectors/src/connectors/xendit.rs | hyperswitch_connectors | impl_block | null | null | null | 56 | null | Xendit | ConnectorValidation for | 1 | 0 | null | null |
// Struct: PaypalLinks
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaypalLinks | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | PaypalLinks | 0 | [] | 45 | null | null | null | null | null | null | null |
// File: crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs
// Module: hyperswitch_connectors
// Public structs: 10
use common_utils::{
ext_traits::{Encode, StringExt},
types::StringMinorUnit,
};
use error_stack::ResultExt;
use hyperswitch_domain_models::{
router_data::{ConnectorAuthType, Rou... | crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs | hyperswitch_connectors | full_file | null | null | null | 1,440 | null | null | null | null | null | null | null |
// Struct: RazorpayPaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/razorpay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RazorpayPaymentsResponse | crates/hyperswitch_connectors/src/connectors/razorpay/transformers.rs | hyperswitch_connectors | struct_definition | RazorpayPaymentsResponse | 0 | [] | 51 | null | null | null | null | null | null | null |
// Implementation: impl CallbackMapper
// File: crates/diesel_models/src/query/callback_mapper.rs
// Module: diesel_models
// Methods: 2 total (0 public)
impl CallbackMapper | crates/diesel_models/src/query/callback_mapper.rs | diesel_models | impl_block | null | null | null | 39 | null | CallbackMapper | null | 2 | 0 | null | null |
// Struct: MandateGenericData
// File: crates/router/src/core/mandate/helpers.rs
// Module: router
// Implementations: 0
pub struct MandateGenericData | crates/router/src/core/mandate/helpers.rs | router | struct_definition | MandateGenericData | 0 | [] | 39 | null | null | null | null | null | null | null |
// Struct: LabelWithStatusEliminationEventResponse
// File: crates/router/src/core/payments/routing/utils.rs
// Module: router
// Implementations: 0
pub struct LabelWithStatusEliminationEventResponse | crates/router/src/core/payments/routing/utils.rs | router | struct_definition | LabelWithStatusEliminationEventResponse | 0 | [] | 46 | null | null | null | null | null | null | null |
// Struct: Invoice
// File: crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Invoice | crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs | hyperswitch_connectors | struct_definition | Invoice | 0 | [] | 44 | null | null | null | null | null | null | null |
// Struct: CardData
// File: crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CardData | crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs | hyperswitch_connectors | struct_definition | CardData | 0 | [] | 46 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorValidation for for Nmi
// File: crates/hyperswitch_connectors/src/connectors/nmi.rs
// Module: hyperswitch_connectors
// Methods: 2 total (0 public)
impl ConnectorValidation for for Nmi | crates/hyperswitch_connectors/src/connectors/nmi.rs | hyperswitch_connectors | impl_block | null | null | null | 53 | null | Nmi | ConnectorValidation for | 2 | 0 | null | null |
// Implementation: impl Event
// File: crates/diesel_models/src/query/events.rs
// Module: diesel_models
// Methods: 11 total (0 public)
impl Event | crates/diesel_models/src/query/events.rs | diesel_models | impl_block | null | null | null | 37 | null | Event | null | 11 | 0 | null | null |
// Struct: RefundResponse
// File: crates/hyperswitch_connectors/src/connectors/coinbase/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RefundResponse | crates/hyperswitch_connectors/src/connectors/coinbase/transformers.rs | hyperswitch_connectors | struct_definition | RefundResponse | 0 | [] | 48 | null | null | null | null | null | null | null |
// Trait: AccessToken
// File: crates/router/src/core/connector_onboarding.rs
// Module: router
pub trait AccessToken | crates/router/src/core/connector_onboarding.rs | router | trait_definition | null | null | null | 26 | null | null | AccessToken | null | null | null | null |
// Struct: ValuedComparison
// File: crates/euclid/src/frontend/vir.rs
// Module: euclid
// Implementations: 0
pub struct ValuedComparison | crates/euclid/src/frontend/vir.rs | euclid | struct_definition | ValuedComparison | 0 | [] | 38 | null | null | null | null | null | null | null |
// Struct: CommitRequest
// File: crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CommitRequest | crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs | hyperswitch_connectors | struct_definition | CommitRequest | 0 | [] | 47 | null | null | null | null | null | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/forte.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/forte.rs | hyperswitch_connectors | module_structure | null | null | null | 39 | null | null | null | null | null | 1 | 0 |
// Function: find_by_card_id
// File: crates/diesel_models/src/query/locker_mock_up.rs
// Module: diesel_models
pub fn find_by_card_id(conn: &PgPooledConn, card_id: &str) -> StorageResult<Self> | crates/diesel_models/src/query/locker_mock_up.rs | diesel_models | function_signature | null | null | null | 54 | find_by_card_id | null | null | null | null | null | null |
// Struct: RoutingEventsResponse
// File: crates/router/src/core/payments/routing/utils.rs
// Module: router
// Implementations: 1
pub struct RoutingEventsResponse<Res> | crates/router/src/core/payments/routing/utils.rs | router | struct_definition | RoutingEventsResponse | 1 | [] | 41 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentsCompleteAuthorize for for Digitalvirgo
// File: crates/hyperswitch_connectors/src/connectors/digitalvirgo.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentsCompleteAuthorize for for Digitalvirgo | crates/hyperswitch_connectors/src/connectors/digitalvirgo.rs | hyperswitch_connectors | impl_block | null | null | null | 63 | null | Digitalvirgo | api::PaymentsCompleteAuthorize for | 0 | 0 | null | null |
// Function: incoming_webhooks_wrapper
// File: crates/router/src/core/webhooks/incoming.rs
// Module: router
pub fn incoming_webhooks_wrapper<W: types::OutgoingWebhookType>(
flow: &impl router_env::types::FlowMetric,
state: SessionState,
req_state: ReqState,
req: &actix_web::HttpRequest,
merchant_... | crates/router/src/core/webhooks/incoming.rs | router | function_signature | null | null | null | 128 | incoming_webhooks_wrapper | null | null | null | null | null | null |
// Implementation: impl api::PaymentToken for for Paystack
// File: crates/hyperswitch_connectors/src/connectors/paystack.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentToken for for Paystack | crates/hyperswitch_connectors/src/connectors/paystack.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Paystack | api::PaymentToken for | 0 | 0 | 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 |
// Struct: DisputeListGetConstraints
// File: crates/api_models/src/disputes.rs
// Module: api_models
// Implementations: 0
pub struct DisputeListGetConstraints | crates/api_models/src/disputes.rs | api_models | struct_definition | DisputeListGetConstraints | 0 | [] | 41 | null | null | null | null | null | null | null |
// Struct: PlaidAuthType
// File: crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PlaidAuthType | crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs | hyperswitch_connectors | struct_definition | PlaidAuthType | 0 | [] | 49 | null | null | null | null | null | null | null |
// Implementation: impl super::payments::filters::PaymentFilterAnalytics for for ClickhouseClient
// File: crates/analytics/src/clickhouse.rs
// Module: analytics
// Methods: 0 total (0 public)
impl super::payments::filters::PaymentFilterAnalytics for for ClickhouseClient | crates/analytics/src/clickhouse.rs | analytics | impl_block | null | null | null | 61 | null | ClickhouseClient | super::payments::filters::PaymentFilterAnalytics for | 0 | 0 | null | null |
// Implementation: impl api::Refund for for Tokenex
// File: crates/hyperswitch_connectors/src/connectors/tokenex.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Tokenex | crates/hyperswitch_connectors/src/connectors/tokenex.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Tokenex | api::Refund for | 0 | 0 | null | null |
// Struct: OpenRouterDecideGatewayRequest
// File: crates/api_models/src/open_router.rs
// Module: api_models
// Implementations: 0
pub struct OpenRouterDecideGatewayRequest | crates/api_models/src/open_router.rs | api_models | struct_definition | OpenRouterDecideGatewayRequest | 0 | [] | 42 | null | null | null | null | null | null | null |
// Struct: Operation
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Operation | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | Operation | 0 | [] | 43 | null | null | null | null | null | null | null |
// Implementation: impl api::Refund for for Worldline
// File: crates/hyperswitch_connectors/src/connectors/worldline.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Worldline | crates/hyperswitch_connectors/src/connectors/worldline.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Worldline | api::Refund for | 0 | 0 | null | null |
// Function: new
// File: crates/hyperswitch_connectors/src/connectors/gpayments.rs
// Module: hyperswitch_connectors
pub fn new() -> &'static Self | crates/hyperswitch_connectors/src/connectors/gpayments.rs | hyperswitch_connectors | function_signature | null | null | null | 38 | new | null | null | null | null | null | null |
// Struct: ArchipelCardAuthorizationRequest
// File: crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ArchipelCardAuthorizationRequest | crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs | hyperswitch_connectors | struct_definition | ArchipelCardAuthorizationRequest | 0 | [] | 51 | null | null | null | null | null | null | null |
// Struct: CaptureOptions
// File: crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CaptureOptions | crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs | hyperswitch_connectors | struct_definition | CaptureOptions | 0 | [] | 47 | null | null | null | null | null | null | null |
// Struct: AuthorizedotnetPaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct AuthorizedotnetPaymentsResponse | crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs | hyperswitch_connectors | struct_definition | AuthorizedotnetPaymentsResponse | 0 | [] | 53 | null | null | null | null | null | null | null |
// Implementation: impl MerchantReferenceIdForCustomer
// File: crates/router/src/core/customers.rs
// Module: router
// Methods: 2 total (0 public)
impl MerchantReferenceIdForCustomer | crates/router/src/core/customers.rs | router | impl_block | null | null | null | 42 | null | MerchantReferenceIdForCustomer | null | 2 | 0 | null | null |
// Struct: GetSubscriptionEstimateData
// File: crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct GetSubscriptionEstimateData | crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs | hyperswitch_domain_models | struct_definition | GetSubscriptionEstimateData | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: OutgoingWebhook
// File: crates/api_models/src/webhooks.rs
// Module: api_models
// Implementations: 0
pub struct OutgoingWebhook | crates/api_models/src/webhooks.rs | api_models | struct_definition | OutgoingWebhook | 0 | [] | 38 | null | null | null | null | null | null | null |
// Struct: PspTokenization
// File: crates/common_types/src/payment_methods.rs
// Module: common_types
// Implementations: 0
pub struct PspTokenization | crates/common_types/src/payment_methods.rs | common_types | struct_definition | PspTokenization | 0 | [] | 38 | null | null | null | null | null | null | null |
// Function: increment_stream_index
// File: crates/drainer/src/utils.rs
// Module: drainer
pub fn increment_stream_index(
(index, jobs_picked) | crates/drainer/src/utils.rs | drainer | function_signature | null | null | null | 37 | increment_stream_index | null | null | null | null | null | null |
// Implementation: impl Mask for for Secret
// File: crates/masking/src/maskable.rs
// Module: masking
// Methods: 1 total (0 public)
impl Mask for for Secret | crates/masking/src/maskable.rs | masking | impl_block | null | null | null | 41 | null | Secret | Mask for | 1 | 0 | null | null |
// Function: api_key_create
// File: crates/router/src/routes/api_keys.rs
// Module: router
pub fn api_key_create(
state: web::Data<AppState>,
req: HttpRequest,
path: web::Path<common_utils::id_type::MerchantId>,
json_payload: web::Json<api_types::CreateApiKeyRequest>,
) -> impl Responder | crates/router/src/routes/api_keys.rs | router | function_signature | null | null | null | 79 | api_key_create | null | null | null | null | null | null |
// Function: trigger_refund_outgoing_webhook
// File: crates/router/src/utils.rs
// Module: router
pub fn trigger_refund_outgoing_webhook(
state: &SessionState,
merchant_context: &domain::MerchantContext,
refund: &diesel_models::Refund,
profile_id: id_type::ProfileId,
) -> RouterResult<()> | crates/router/src/utils.rs | router | function_signature | null | null | null | 78 | trigger_refund_outgoing_webhook | null | null | null | null | null | null |
// Function: spawn_metrics_collector
// File: crates/router/src/routes/metrics/bg_metrics_collector.rs
// Module: router
pub fn spawn_metrics_collector(metrics_collection_interval_in_secs: Option<u16>) | crates/router/src/routes/metrics/bg_metrics_collector.rs | router | function_signature | null | null | null | 45 | spawn_metrics_collector | null | null | null | null | null | null |
// Struct: Capture
// File: crates/diesel_models/src/capture.rs
// Module: diesel_models
// Implementations: 0
pub struct Capture | crates/diesel_models/src/capture.rs | diesel_models | struct_definition | Capture | 0 | [] | 33 | 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.