mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(events): add extracted fields based on req/res types (#2795)
This commit is contained in:
@ -592,3 +592,8 @@ pub enum RoutingKind {
|
||||
Config(RoutingDictionary),
|
||||
RoutingAlgorithm(Vec<RoutingDictionaryRecord>),
|
||||
}
|
||||
|
||||
#[repr(transparent)]
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug)]
|
||||
#[serde(transparent)]
|
||||
pub struct RoutingAlgorithmId(pub String);
|
||||
|
||||
Reference in New Issue
Block a user