mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(outgoingwebhookevent): adding api for query to fetch outgoing webhook events log (#3310)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
This commit is contained in:
committed by
GitHub
parent
bb096138b5
commit
54d44bef73
6
crates/analytics/src/outgoing_webhook_event.rs
Normal file
6
crates/analytics/src/outgoing_webhook_event.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod core;
|
||||
pub mod events;
|
||||
|
||||
pub trait OutgoingWebhookEventAnalytics: events::OutgoingWebhookLogsFilterAnalytics {}
|
||||
|
||||
pub use self::core::outgoing_webhook_events_core;
|
||||
Reference in New Issue
Block a user