mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(user_role): Add APIs for user roles (#3013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -7,6 +7,8 @@ pub mod storage_partitioning;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod user;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod user_role;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod verify_connector;
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
Reference in New Issue
Block a user