mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(events): Connector response masking in clickhouse (#3566)
Co-authored-by: Sampras lopes <lsampras@pm.me> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -62,6 +62,7 @@ pub struct ConnectorEventsResult {
|
||||
pub request_id: Option<String>,
|
||||
pub flow: String,
|
||||
pub request: String,
|
||||
#[serde(rename = "masked_response")]
|
||||
pub response: Option<String>,
|
||||
pub error: Option<String>,
|
||||
pub status_code: u16,
|
||||
|
||||
Reference in New Issue
Block a user