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
// Struct: OrderInformation // File: crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct OrderInformation
crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs
hyperswitch_connectors
struct_definition
OrderInformation
0
[]
48
null
null
null
null
null
null
null
// Struct: FiuuCardWithNTI // File: crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct FiuuCardWithNTI
crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs
hyperswitch_connectors
struct_definition
FiuuCardWithNTI
0
[]
56
null
null
null
null
null
null
null
// Implementation: impl ConnectorRedirectResponse for for Braintree // File: crates/hyperswitch_connectors/src/connectors/braintree.rs // Module: hyperswitch_connectors // Methods: 1 total (0 public) impl ConnectorRedirectResponse for for Braintree
crates/hyperswitch_connectors/src/connectors/braintree.rs
hyperswitch_connectors
impl_block
null
null
null
56
null
Braintree
ConnectorRedirectResponse for
1
0
null
null
// Function: operation_derive // File: crates/router_derive/src/lib.rs // Module: router_derive pub fn operation_derive(input: proc_macro::TokenStream) -> proc_macro::TokenStream
crates/router_derive/src/lib.rs
router_derive
function_signature
null
null
null
44
operation_derive
null
null
null
null
null
null
// Implementation: impl UploadFile for for Adyen // File: crates/hyperswitch_connectors/src/connectors/adyen.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl UploadFile for for Adyen
crates/hyperswitch_connectors/src/connectors/adyen.rs
hyperswitch_connectors
impl_block
null
null
null
54
null
Adyen
UploadFile for
0
0
null
null
// File: crates/router/tests/connectors/xendit.rs // Module: router use masking::Secret; use router::{ types::{self, api, storage::enums, }}; use crate::utils::{self, ConnectorActions}; use test_utils::connector_auth; #[derive(Clone, Copy)] struct XenditTest; impl ConnectorActions for XenditTest {} impl utils::C...
crates/router/tests/connectors/xendit.rs
router
full_file
null
null
null
2,914
null
null
null
null
null
null
null
// Struct: MifinityErrorResponse // File: crates/hyperswitch_connectors/src/connectors/mifinity/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct MifinityErrorResponse
crates/hyperswitch_connectors/src/connectors/mifinity/transformers.rs
hyperswitch_connectors
struct_definition
MifinityErrorResponse
0
[]
50
null
null
null
null
null
null
null
| "responsetoissuerarbitration" => Ok(common_enums::enums::DisputeStage::PreArbitration), "retrievalrequest" => Ok(common_enums::enums::DisputeStage::PreDispute), _ => Err(errors::ConnectorError::NotSupported { message: format!("Dispute stage {dispute_cycle}",), connecto...
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs#chunk5
hyperswitch_connectors
chunk
null
null
null
3,152
null
null
null
null
null
null
null
// Implementation: impl api::RefundSync for for Affirm // File: crates/hyperswitch_connectors/src/connectors/affirm.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::RefundSync for for Affirm
crates/hyperswitch_connectors/src/connectors/affirm.rs
hyperswitch_connectors
impl_block
null
null
null
60
null
Affirm
api::RefundSync for
0
0
null
null
// Implementation: impl ConnectorSpecifications for for Braintree // File: crates/hyperswitch_connectors/src/connectors/braintree.rs // Module: hyperswitch_connectors // Methods: 3 total (0 public) impl ConnectorSpecifications for for Braintree
crates/hyperswitch_connectors/src/connectors/braintree.rs
hyperswitch_connectors
impl_block
null
null
null
54
null
Braintree
ConnectorSpecifications for
3
0
null
null
// Struct: WebCheckoutDetails // File: crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct WebCheckoutDetails
crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
hyperswitch_connectors
struct_definition
WebCheckoutDetails
0
[]
48
null
null
null
null
null
null
null
// Struct: StaxPaymentsResponse // File: crates/hyperswitch_connectors/src/connectors/stax/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct StaxPaymentsResponse
crates/hyperswitch_connectors/src/connectors/stax/transformers.rs
hyperswitch_connectors
struct_definition
StaxPaymentsResponse
0
[]
49
null
null
null
null
null
null
null
// Struct: PaymentConfirm // File: crates/router/src/core/payments/operations/payment_confirm.rs // Module: router // Implementations: 0 pub struct PaymentConfirm
crates/router/src/core/payments/operations/payment_confirm.rs
router
struct_definition
PaymentConfirm
0
[]
37
null
null
null
null
null
null
null
// Struct: SmtpServer // File: crates/external_services/src/email/smtp.rs // Module: external_services // Implementations: 2 // Traits: EmailClient pub struct SmtpServer
crates/external_services/src/email/smtp.rs
external_services
struct_definition
SmtpServer
2
[ "EmailClient" ]
44
null
null
null
null
null
null
null
// Implementation: impl PaymentMethodIntentConfirm // File: crates/api_models/src/payment_methods.rs // Module: api_models // Methods: 1 total (1 public) impl PaymentMethodIntentConfirm
crates/api_models/src/payment_methods.rs
api_models
impl_block
null
null
null
41
null
PaymentMethodIntentConfirm
null
1
1
null
null
// Struct: PaymentStatus // File: crates/router/src/core/payments/operations/payment_status.rs // Module: router // Implementations: 0 pub struct PaymentStatus
crates/router/src/core/payments/operations/payment_status.rs
router
struct_definition
PaymentStatus
0
[]
37
null
null
null
null
null
null
null
// Struct: Apm // File: crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct Apm
crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs
hyperswitch_connectors
struct_definition
Apm
0
[]
44
null
null
null
null
null
null
null
// Implementation: impl Barclaycard // File: crates/hyperswitch_connectors/src/connectors/barclaycard.rs // Module: hyperswitch_connectors // Methods: 2 total (2 public) impl Barclaycard
crates/hyperswitch_connectors/src/connectors/barclaycard.rs
hyperswitch_connectors
impl_block
null
null
null
49
null
Barclaycard
null
2
2
null
null
// Function: search_index_to_opensearch_index // File: crates/analytics/src/opensearch.rs // Module: analytics pub fn search_index_to_opensearch_index(&self, index: SearchIndex) -> String
crates/analytics/src/opensearch.rs
analytics
function_signature
null
null
null
47
search_index_to_opensearch_index
null
null
null
null
null
null
// Function: get_primary_details_as_value // File: crates/api_models/src/admin.rs // Module: api_models pub fn get_primary_details_as_value( &self, ) -> CustomResult<Option<serde_json::Value>, errors::ParsingError>
crates/api_models/src/admin.rs
api_models
function_signature
null
null
null
54
get_primary_details_as_value
null
null
null
null
null
null
// Struct: RefundErrorMessageDistributionRow // File: crates/analytics/src/refunds/accumulator.rs // Module: analytics // Implementations: 0 pub struct RefundErrorMessageDistributionRow
crates/analytics/src/refunds/accumulator.rs
analytics
struct_definition
RefundErrorMessageDistributionRow
0
[]
41
null
null
null
null
null
null
null
// Function: from_bytes // File: crates/redis_interface/src/types.rs // Module: redis_interface pub fn from_bytes(val: Vec<u8>) -> Self
crates/redis_interface/src/types.rs
redis_interface
function_signature
null
null
null
35
from_bytes
null
null
null
null
null
null
// Function: new // File: crates/external_services/src/hubspot_proxy.rs // Module: external_services pub fn new( country: String, hubspot_form_id: String, firstname: Secret<String>, email: Secret<String>, company_name: String, website: String, ) -> Self
crates/external_services/src/hubspot_proxy.rs
external_services
function_signature
null
null
null
69
new
null
null
null
null
null
null
// Struct: VgsTokenResponseItem // File: crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct VgsTokenResponseItem
crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs
hyperswitch_connectors
struct_definition
VgsTokenResponseItem
0
[]
51
null
null
null
null
null
null
null
// Struct: ValidateResult // File: crates/router/src/core/payments/operations.rs // Module: router // Implementations: 0 pub struct ValidateResult
crates/router/src/core/payments/operations.rs
router
struct_definition
ValidateResult
0
[]
35
null
null
null
null
null
null
null
// Struct: Server // File: crates/scheduler/src/configs/settings.rs // Module: scheduler // Implementations: 0 pub struct Server
crates/scheduler/src/configs/settings.rs
scheduler
struct_definition
Server
0
[]
32
null
null
null
null
null
null
null
// Implementation: impl MandateNew // File: crates/diesel_models/src/query/mandate.rs // Module: diesel_models // Methods: 1 total (0 public) impl MandateNew
crates/diesel_models/src/query/mandate.rs
diesel_models
impl_block
null
null
null
42
null
MandateNew
null
1
0
null
null
// Implementation: impl ProfileNew // File: crates/diesel_models/src/query/business_profile.rs // Module: diesel_models // Methods: 1 total (0 public) impl ProfileNew
crates/diesel_models/src/query/business_profile.rs
diesel_models
impl_block
null
null
null
39
null
ProfileNew
null
1
0
null
null
// Implementation: impl webhooks::IncomingWebhook for for Cashtocode // File: crates/hyperswitch_connectors/src/connectors/cashtocode.rs // Module: hyperswitch_connectors // Methods: 6 total (0 public) impl webhooks::IncomingWebhook for for Cashtocode
crates/hyperswitch_connectors/src/connectors/cashtocode.rs
hyperswitch_connectors
impl_block
null
null
null
65
null
Cashtocode
webhooks::IncomingWebhook for
6
0
null
null
// File: crates/common_utils/src/id_type/global_id/refunds.rs // Module: common_utils // Public functions: 2 // Public structs: 1 use error_stack::ResultExt; use crate::errors; /// A global id that can be used to identify a refund #[derive( Debug, Clone, Hash, PartialEq, Eq, serde::Serialize,...
crates/common_utils/src/id_type/global_id/refunds.rs
common_utils
full_file
null
null
null
598
null
null
null
null
null
null
null
// Implementation: impl AuthenticationConnectorAccountMap // File: crates/common_types/src/payments.rs // Module: common_types // Methods: 2 total (1 public) impl AuthenticationConnectorAccountMap
crates/common_types/src/payments.rs
common_types
impl_block
null
null
null
41
null
AuthenticationConnectorAccountMap
null
2
1
null
null
// Module Structure // File: crates/hyperswitch_connectors/src/connectors/juspaythreedsserver.rs // Module: hyperswitch_connectors // Public submodules: pub mod transformers;
crates/hyperswitch_connectors/src/connectors/juspaythreedsserver.rs
hyperswitch_connectors
module_structure
null
null
null
43
null
null
null
null
null
1
0
// File: crates/analytics/src/health_check.rs // Module: analytics use common_utils::errors::CustomResult; use crate::types::QueryExecutionError; #[async_trait::async_trait] pub trait HealthCheck { async fn deep_health_check(&self) -> CustomResult<(), QueryExecutionError>; }
crates/analytics/src/health_check.rs
analytics
full_file
null
null
null
65
null
null
null
null
null
null
null
// Implementation: impl Responder // File: crates/router/src/routes/routing.rs // Module: router // Methods: 0 total (0 public) impl Responder
crates/router/src/routes/routing.rs
router
impl_block
null
null
null
36
null
Responder
null
0
0
null
null
// Implementation: impl MessagingInterface for for EventLogger // File: crates/router/src/events/event_logger.rs // Module: router // Methods: 1 total (0 public) impl MessagingInterface for for EventLogger
crates/router/src/events/event_logger.rs
router
impl_block
null
null
null
44
null
EventLogger
MessagingInterface for
1
0
null
null
// Implementation: impl ConnectorRedirectResponse for for Paypal // File: crates/hyperswitch_connectors/src/connectors/paypal.rs // Module: hyperswitch_connectors // Methods: 1 total (0 public) impl ConnectorRedirectResponse for for Paypal
crates/hyperswitch_connectors/src/connectors/paypal.rs
hyperswitch_connectors
impl_block
null
null
null
53
null
Paypal
ConnectorRedirectResponse for
1
0
null
null
// Struct: OpennodePaymentsResponseData // File: crates/hyperswitch_connectors/src/connectors/opennode/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct OpennodePaymentsResponseData
crates/hyperswitch_connectors/src/connectors/opennode/transformers.rs
hyperswitch_connectors
struct_definition
OpennodePaymentsResponseData
0
[]
53
null
null
null
null
null
null
null
// Function: find_by_merchant_id_authentication_id // File: crates/diesel_models/src/query/authentication.rs // Module: diesel_models pub fn find_by_merchant_id_authentication_id( conn: &PgPooledConn, merchant_id: &common_utils::id_type::MerchantId, authentication_id: &common_utils::id_type::Au...
crates/diesel_models/src/query/authentication.rs
diesel_models
function_signature
null
null
null
83
find_by_merchant_id_authentication_id
null
null
null
null
null
null
// Implementation: impl api::Payment for for Gigadat // File: crates/hyperswitch_connectors/src/connectors/gigadat.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::Payment for for Gigadat
crates/hyperswitch_connectors/src/connectors/gigadat.rs
hyperswitch_connectors
impl_block
null
null
null
59
null
Gigadat
api::Payment for
0
0
null
null
// Struct: ThreedsecureioPostAuthenticationResponse // File: crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct ThreedsecureioPostAuthenticationResponse
crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
hyperswitch_connectors
struct_definition
ThreedsecureioPostAuthenticationResponse
0
[]
57
null
null
null
null
null
null
null
// Struct: ExternalToken // File: crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct ExternalToken
crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
hyperswitch_connectors
struct_definition
ExternalToken
0
[]
47
null
null
null
null
null
null
null
// Implementation: impl ConnectorPreAuthenticationVersionCall for for Gpayments // File: crates/hyperswitch_connectors/src/connectors/gpayments.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl ConnectorPreAuthenticationVersionCall for for Gpayments
crates/hyperswitch_connectors/src/connectors/gpayments.rs
hyperswitch_connectors
impl_block
null
null
null
59
null
Gpayments
ConnectorPreAuthenticationVersionCall for
0
0
null
null
// Function: get_error_code // File: crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs // Module: hyperswitch_connectors pub fn get_error_code(&self) -> String
crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs
hyperswitch_connectors
function_signature
null
null
null
45
get_error_code
null
null
null
null
null
null
// Struct: ScoreDataEventResponse // File: crates/router/src/core/payments/routing/utils.rs // Module: router // Implementations: 0 pub struct ScoreDataEventResponse
crates/router/src/core/payments/routing/utils.rs
router
struct_definition
ScoreDataEventResponse
0
[]
40
null
null
null
null
null
null
null
// Implementation: impl api::Refund for for Facilitapay // File: crates/hyperswitch_connectors/src/connectors/facilitapay.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::Refund for for Facilitapay
crates/hyperswitch_connectors/src/connectors/facilitapay.rs
hyperswitch_connectors
impl_block
null
null
null
64
null
Facilitapay
api::Refund for
0
0
null
null
// Implementation: impl api::MandateSetup for for Gocardless // File: crates/hyperswitch_connectors/src/connectors/gocardless.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::MandateSetup for for Gocardless
crates/hyperswitch_connectors/src/connectors/gocardless.rs
hyperswitch_connectors
impl_block
null
null
null
64
null
Gocardless
api::MandateSetup for
0
0
null
null
// Function: get_current_date // File: crates/router/src/types/storage/revenue_recovery_redis_operation.rs // Module: router // Documentation: Get current date in `yyyy-mm-dd` format. pub fn get_current_date() -> String
crates/router/src/types/storage/revenue_recovery_redis_operation.rs
router
function_signature
null
null
null
49
get_current_date
null
null
null
null
null
null
// Struct: TransactionAuthChargeResponseBody // File: crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct TransactionAuthChargeResponseBody
crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs
hyperswitch_connectors
struct_definition
TransactionAuthChargeResponseBody
0
[]
50
null
null
null
null
null
null
null
// Function: get_idempotent_event_id // File: crates/router/src/core/webhooks/utils.rs // Module: router pub fn get_idempotent_event_id( primary_object_id: &str, event_type: types::storage::enums::EventType, delivery_attempt: types::storage::enums::WebhookDeliveryAttempt, ) -> Result<String, Report<errors:...
crates/router/src/core/webhooks/utils.rs
router
function_signature
null
null
null
85
get_idempotent_event_id
null
null
null
null
null
null
// Function: apple_pay_certificates_migration // File: crates/router/src/core/apple_pay_certificates_migration.rs // Module: router pub fn apple_pay_certificates_migration( state: SessionState, req: &apple_pay_certificates_migration::ApplePayCertificatesMigrationRequest, ) -> CustomResult< services::Applic...
crates/router/src/core/apple_pay_certificates_migration.rs
router
function_signature
null
null
null
92
apple_pay_certificates_migration
null
null
null
null
null
null
// File: crates/storage_impl/src/mock_db/payment_attempt.rs // Module: storage_impl use common_utils::errors::CustomResult; #[cfg(feature = "v2")] use common_utils::{id_type, types::keymanager::KeyManagerState}; use diesel_models::enums as storage_enums; #[cfg(feature = "v2")] use hyperswitch_domain_models::merchant_k...
crates/storage_impl/src/mock_db/payment_attempt.rs
storage_impl
full_file
null
null
null
3,475
null
null
null
null
null
null
null
// Struct: PartnerReferralRestApiIntegration // File: crates/router/src/types/api/connector_onboarding/paypal.rs // Module: router // Implementations: 0 pub struct PartnerReferralRestApiIntegration
crates/router/src/types/api/connector_onboarding/paypal.rs
router
struct_definition
PartnerReferralRestApiIntegration
0
[]
46
null
null
null
null
null
null
null
// Struct: PaymentMethodType // File: crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct PaymentMethodType
crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs
hyperswitch_connectors
struct_definition
PaymentMethodType
0
[]
48
null
null
null
null
null
null
null
// Function: get_webhook_response // File: crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs // Module: hyperswitch_connectors pub fn get_webhook_response( body: &[u8], ) -> CustomResult<GetnetWebhookNotificationResponse, errors::ConnectorError>
crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
hyperswitch_connectors
function_signature
null
null
null
67
get_webhook_response
null
null
null
null
null
null
// Struct: Profile // File: crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct Profile
crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs
hyperswitch_connectors
struct_definition
Profile
0
[]
46
null
null
null
null
null
null
null
// Function: apply_changeset // File: crates/diesel_models/src/customers.rs // Module: diesel_models pub fn apply_changeset(self, source: Customer) -> Customer
crates/diesel_models/src/customers.rs
diesel_models
function_signature
null
null
null
38
apply_changeset
null
null
null
null
null
null
// File: crates/analytics/src/payment_intents/core.rs // Module: analytics // Public functions: 3 #![allow(dead_code)] use std::collections::{HashMap, HashSet}; use api_models::analytics::{ payment_intents::{ MetricsBucketResponse, PaymentIntentDimensions, PaymentIntentMetrics, PaymentIntentMetric...
crates/analytics/src/payment_intents/core.rs
analytics
full_file
null
null
null
3,768
null
null
null
null
null
null
null
// Function: collect // File: crates/analytics/src/disputes/accumulators.rs // Module: analytics pub fn collect(self) -> DisputeMetricsBucketValue
crates/analytics/src/disputes/accumulators.rs
analytics
function_signature
null
null
null
36
collect
null
null
null
null
null
null
// File: crates/api_models/src/conditional_configs.rs // Module: api_models // Public structs: 4 use common_utils::events; use euclid::frontend::ast::Program; #[derive(Debug, Clone, serde::Serialize, serde::Deserialize)] pub struct DecisionManagerRecord { pub name: String, pub program: Program<common_types::p...
crates/api_models/src/conditional_configs.rs
api_models
full_file
null
null
null
446
null
null
null
null
null
null
null
// Implementation: impl IncomingWebhook for for Worldpay // File: crates/hyperswitch_connectors/src/connectors/worldpay.rs // Module: hyperswitch_connectors // Methods: 9 total (0 public) impl IncomingWebhook for for Worldpay
crates/hyperswitch_connectors/src/connectors/worldpay.rs
hyperswitch_connectors
impl_block
null
null
null
55
null
Worldpay
IncomingWebhook for
9
0
null
null
// Function: is_refund_event // File: crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs // Module: hyperswitch_connectors pub fn is_refund_event(event_code: &CheckoutWebhookEventType) -> bool
crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs
hyperswitch_connectors
function_signature
null
null
null
53
is_refund_event
null
null
null
null
null
null
// Implementation: impl ConnectorSpecifications for for Placetopay // File: crates/hyperswitch_connectors/src/connectors/placetopay.rs // Module: hyperswitch_connectors // Methods: 3 total (0 public) impl ConnectorSpecifications for for Placetopay
crates/hyperswitch_connectors/src/connectors/placetopay.rs
hyperswitch_connectors
impl_block
null
null
null
59
null
Placetopay
ConnectorSpecifications for
3
0
null
null
// Struct: PaymentIntentFilters // File: crates/api_models/src/analytics/payment_intents.rs // Module: api_models // Implementations: 0 pub struct PaymentIntentFilters
crates/api_models/src/analytics/payment_intents.rs
api_models
struct_definition
PaymentIntentFilters
0
[]
39
null
null
null
null
null
null
null
// Function: get_id // File: crates/diesel_models/src/business_profile.rs // Module: diesel_models pub fn get_id(&self) -> &common_utils::id_type::ProfileId
crates/diesel_models/src/business_profile.rs
diesel_models
function_signature
null
null
null
41
get_id
null
null
null
null
null
null
// Function: list_user_authentication_methods // File: crates/router/src/routes/user.rs // Module: router pub fn list_user_authentication_methods( state: web::Data<AppState>, req: HttpRequest, query: web::Query<user_api::GetUserAuthenticationMethodsRequest>, ) -> HttpResponse
crates/router/src/routes/user.rs
router
function_signature
null
null
null
63
list_user_authentication_methods
null
null
null
null
null
null
// Struct: FrmFilterValue // File: crates/api_models/src/analytics.rs // Module: api_models // Implementations: 1 // Traits: ApiEventMetric pub struct FrmFilterValue
crates/api_models/src/analytics.rs
api_models
struct_definition
FrmFilterValue
1
[ "ApiEventMetric" ]
43
null
null
null
null
null
null
null
// Struct: ElavonRefundRequest // File: crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct ElavonRefundRequest
crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
hyperswitch_connectors
struct_definition
ElavonRefundRequest
0
[]
54
null
null
null
null
null
null
null
// Function: retrieve_poll_status // File: crates/router/src/core/poll.rs // Module: router pub fn retrieve_poll_status( state: SessionState, req: crate::types::api::PollId, merchant_context: domain::MerchantContext, ) -> RouterResponse<PollResponse>
crates/router/src/core/poll.rs
router
function_signature
null
null
null
64
retrieve_poll_status
null
null
null
null
null
null
// Function: four_digits // File: crates/cards/src/lib.rs // Module: cards pub fn four_digits(&self) -> String
crates/cards/src/lib.rs
cards
function_signature
null
null
null
29
four_digits
null
null
null
null
null
null
// Implementation: impl api::PaymentSession for for Globalpay // File: crates/hyperswitch_connectors/src/connectors/globalpay.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentSession for for Globalpay
crates/hyperswitch_connectors/src/connectors/globalpay.rs
hyperswitch_connectors
impl_block
null
null
null
57
null
Globalpay
api::PaymentSession for
0
0
null
null
// Function: customers_retrieve // File: crates/router/src/routes/customers.rs // Module: router pub fn customers_retrieve( state: web::Data<AppState>, req: HttpRequest, path: web::Path<id_type::CustomerId>, ) -> HttpResponse
crates/router/src/routes/customers.rs
router
function_signature
null
null
null
58
customers_retrieve
null
null
null
null
null
null
// Struct: SantanderTime // File: crates/hyperswitch_connectors/src/connectors/santander/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct SantanderTime
crates/hyperswitch_connectors/src/connectors/santander/transformers.rs
hyperswitch_connectors
struct_definition
SantanderTime
0
[]
48
null
null
null
null
null
null
null
// Implementation: impl UploadFile for for Worldpayvantiv // File: crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl UploadFile for for Worldpayvantiv
crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs
hyperswitch_connectors
impl_block
null
null
null
59
null
Worldpayvantiv
UploadFile for
0
0
null
null
// Struct: XenditRefundRequest // File: crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct XenditRefundRequest
crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs
hyperswitch_connectors
struct_definition
XenditRefundRequest
0
[]
54
null
null
null
null
null
null
null
// Implementation: impl api::PaymentAuthorize for for Wellsfargopayout // File: crates/hyperswitch_connectors/src/connectors/wellsfargopayout.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentAuthorize for for Wellsfargopayout
crates/hyperswitch_connectors/src/connectors/wellsfargopayout.rs
hyperswitch_connectors
impl_block
null
null
null
67
null
Wellsfargopayout
api::PaymentAuthorize for
0
0
null
null
// Implementation: impl RedisSettings // File: crates/redis_interface/src/types.rs // Module: redis_interface // Methods: 1 total (1 public) impl RedisSettings
crates/redis_interface/src/types.rs
redis_interface
impl_block
null
null
null
37
null
RedisSettings
null
1
1
null
null
// Function: parse_routing_algorithm // File: crates/api_models/src/routing.rs // Module: api_models pub fn parse_routing_algorithm( value: Option<pii::SecretSerdeValue>, ) -> Result<Option<Self>, error_stack::Report<ParsingError>>
crates/api_models/src/routing.rs
api_models
function_signature
null
null
null
57
parse_routing_algorithm
null
null
null
null
null
null
// Implementation: impl Responder // File: crates/router/src/routes/routing.rs // Module: router // Methods: 0 total (0 public) impl Responder
crates/router/src/routes/routing.rs
router
impl_block
null
null
null
36
null
Responder
null
0
0
null
null
// Struct: CoingateConnectorMetadataObject // File: crates/hyperswitch_connectors/src/connectors/coingate/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct CoingateConnectorMetadataObject
crates/hyperswitch_connectors/src/connectors/coingate/transformers.rs
hyperswitch_connectors
struct_definition
CoingateConnectorMetadataObject
0
[]
54
null
null
null
null
null
null
null
// Struct: DeutschebankThreeDSInitializeResponseChallengeRequired // File: crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct DeutschebankThreeDSInitializeResponseChallengeRequired
crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs
hyperswitch_connectors
struct_definition
DeutschebankThreeDSInitializeResponseChallengeRequired
0
[]
58
null
null
null
null
null
null
null
// Function: get_metadata_as_secret // File: crates/api_models/src/admin.rs // Module: api_models pub fn get_metadata_as_secret( &self, ) -> CustomResult<Option<pii::SecretSerdeValue>, errors::ParsingError>
crates/api_models/src/admin.rs
api_models
function_signature
null
null
null
54
get_metadata_as_secret
null
null
null
null
null
null
// Struct: OnboardingSyncRequest // File: crates/api_models/src/connector_onboarding.rs // Module: api_models // Implementations: 0 pub struct OnboardingSyncRequest
crates/api_models/src/connector_onboarding.rs
api_models
struct_definition
OnboardingSyncRequest
0
[]
40
null
null
null
null
null
null
null
// Implementation: impl api::PaymentAuthorize for for Mpgs // File: crates/hyperswitch_connectors/src/connectors/mpgs.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentAuthorize for for Mpgs
crates/hyperswitch_connectors/src/connectors/mpgs.rs
hyperswitch_connectors
impl_block
null
null
null
59
null
Mpgs
api::PaymentAuthorize for
0
0
null
null
// File: crates/storage_impl/src/redis.rs // Module: storage_impl // Public functions: 2 // Public structs: 1 pub mod cache; pub mod kv_store; pub mod pub_sub; use std::sync::{atomic, Arc}; use router_env::tracing::Instrument; use self::{kv_store::RedisConnInterface, pub_sub::PubSubInterface}; #[derive(Clone)] pub...
crates/storage_impl/src/redis.rs
storage_impl
full_file
null
null
null
435
null
null
null
null
null
null
null
// Function: execute_payment // File: crates/router/src/core/revenue_recovery/types.rs // Module: router pub fn execute_payment( state: &SessionState, _merchant_id: &id_type::MerchantId, payment_intent: &PaymentIntent, process: &storage::ProcessTracker, profile: &domain::Profile...
crates/router/src/core/revenue_recovery/types.rs
router
function_signature
null
null
null
133
execute_payment
null
null
null
null
null
null
// Struct: ConsumerSettings // File: crates/scheduler/src/settings.rs // Module: scheduler // Implementations: 1 // Traits: Default pub struct ConsumerSettings
crates/scheduler/src/settings.rs
scheduler
struct_definition
ConsumerSettings
1
[ "Default" ]
37
null
null
null
null
null
null
null
// Struct: AppState // File: crates/router/src/routes/app.rs // Module: router // Implementations: 3 // Traits: scheduler::SchedulerAppState, AppStateInfo pub struct AppState
crates/router/src/routes/app.rs
router
struct_definition
AppState
3
[ "scheduler::SchedulerAppState", "AppStateInfo" ]
41
null
null
null
null
null
null
null
// Function: confirm_subscription // File: crates/router/src/core/subscription.rs // Module: router pub fn confirm_subscription( state: SessionState, merchant_context: MerchantContext, profile_id: String, request: subscription_types::ConfirmSubscriptionRequest, subscription_id: common_utils::id_typ...
crates/router/src/core/subscription.rs
router
function_signature
null
null
null
81
confirm_subscription
null
null
null
null
null
null
// Function: create_payment_method_core // File: crates/router/src/core/payment_methods.rs // Module: router pub fn create_payment_method_core( state: &SessionState, _request_state: &routes::app::ReqState, req: api::PaymentMethodCreate, merchant_context: &domain::MerchantContext, profile: &domain::...
crates/router/src/core/payment_methods.rs
router
function_signature
null
null
null
94
create_payment_method_core
null
null
null
null
null
null
// Function: insert // File: crates/diesel_models/src/query/unified_translations.rs // Module: diesel_models pub fn insert(self, conn: &PgPooledConn) -> StorageResult<UnifiedTranslations>
crates/diesel_models/src/query/unified_translations.rs
diesel_models
function_signature
null
null
null
46
insert
null
null
null
null
null
null
// Implementation: impl StripeApis // File: crates/router/src/compatibility/stripe.rs // Module: router // Methods: 1 total (1 public) impl StripeApis
crates/router/src/compatibility/stripe.rs
router
impl_block
null
null
null
38
null
StripeApis
null
1
1
null
null
// Struct: NmiActionBody // File: crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct NmiActionBody
crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
hyperswitch_connectors
struct_definition
NmiActionBody
0
[]
49
null
null
null
null
null
null
null
// Function: get_dispute_evidence_block // File: crates/router/src/core/disputes/transformers.rs // Module: router pub fn get_dispute_evidence_block( state: &SessionState, merchant_context: &domain::MerchantContext, evidence_type: EvidenceType, file_id: String, ) -> CustomResult<api_models::disputes::D...
crates/router/src/core/disputes/transformers.rs
router
function_signature
null
null
null
91
get_dispute_evidence_block
null
null
null
null
null
null
// Function: custom_revenue_recovery_core // File: crates/router/src/core/revenue_recovery/api.rs // Module: router pub fn custom_revenue_recovery_core( state: SessionState, req_state: ReqState, merchant_context: MerchantContext, profile: domain::Profile, request: api_models::payments::RecoveryPaym...
crates/router/src/core/revenue_recovery/api.rs
router
function_signature
null
null
null
89
custom_revenue_recovery_core
null
null
null
null
null
null
// Implementation: impl api::MandateSetup for for Stax // File: crates/hyperswitch_connectors/src/connectors/stax.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::MandateSetup for for Stax
crates/hyperswitch_connectors/src/connectors/stax.rs
hyperswitch_connectors
impl_block
null
null
null
61
null
Stax
api::MandateSetup for
0
0
null
null
// Function: dummy_connector_payment_data // File: crates/router/src/routes/dummy_connector.rs // Module: router pub fn dummy_connector_payment_data( state: web::Data<app::AppState>, req: actix_web::HttpRequest, path: web::Path<String>, ) -> impl actix_web::Responder
crates/router/src/routes/dummy_connector.rs
router
function_signature
null
null
null
68
dummy_connector_payment_data
null
null
null
null
null
null
// Implementation: impl EmailData for for ApiKeyExpiryReminder // File: crates/router/src/services/email/types.rs // Module: router // Methods: 1 total (0 public) impl EmailData for for ApiKeyExpiryReminder
crates/router/src/services/email/types.rs
router
impl_block
null
null
null
50
null
ApiKeyExpiryReminder
EmailData for
1
0
null
null
// Function: payment_methods_session_update_payment_method // File: crates/router/src/core/payment_methods.rs // Module: router pub fn payment_methods_session_update_payment_method( state: SessionState, merchant_context: domain::MerchantContext, profile: domain::Profile, payment_method_session_id: id_t...
crates/router/src/core/payment_methods.rs
router
function_signature
null
null
null
98
payment_methods_session_update_payment_method
null
null
null
null
null
null
// Function: new // File: crates/hyperswitch_connectors/src/connectors/fiuu.rs // Module: hyperswitch_connectors pub fn new() -> &'static Self
crates/hyperswitch_connectors/src/connectors/fiuu.rs
hyperswitch_connectors
function_signature
null
null
null
39
new
null
null
null
null
null
null
// File: crates/diesel_models/src/enums.rs // Module: diesel_models // Public structs: 2 #[doc(hidden)] pub mod diesel_exports { pub use super::{ DbApiVersion as ApiVersion, DbAttemptStatus as AttemptStatus, DbAuthenticationType as AuthenticationType, DbBlocklistDataKind as BlocklistDataKind, ...
crates/diesel_models/src/enums.rs
diesel_models
full_file
null
null
null
1,896
null
null
null
null
null
null
null