mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: add hyperswitch ai chats table (#8831)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d93e73dd83
commit
8ed3f7dbf2
@ -65,6 +65,8 @@ pub struct MockDb {
|
||||
pub user_authentication_methods:
|
||||
Arc<Mutex<Vec<store::user_authentication_method::UserAuthenticationMethod>>>,
|
||||
pub themes: Arc<Mutex<Vec<store::user::theme::Theme>>>,
|
||||
pub hyperswitch_ai_interactions:
|
||||
Arc<Mutex<Vec<store::hyperswitch_ai_interaction::HyperswitchAiInteraction>>>,
|
||||
}
|
||||
|
||||
impl MockDb {
|
||||
@ -113,6 +115,7 @@ impl MockDb {
|
||||
user_key_store: Default::default(),
|
||||
user_authentication_methods: Default::default(),
|
||||
themes: Default::default(),
|
||||
hyperswitch_ai_interactions: Default::default(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user