
This PR removes the `RateLimiter` from the collab codebase, as it is no longer used. Release Notes: - N/A
19 lines
379 B
Rust
19 lines
379 B
Rust
use super::*;
|
|
|
|
pub mod access_tokens;
|
|
pub mod billing_customers;
|
|
pub mod billing_preferences;
|
|
pub mod billing_subscriptions;
|
|
pub mod buffers;
|
|
pub mod channels;
|
|
pub mod contacts;
|
|
pub mod contributors;
|
|
pub mod embeddings;
|
|
pub mod extensions;
|
|
pub mod messages;
|
|
pub mod notifications;
|
|
pub mod processed_stripe_events;
|
|
pub mod projects;
|
|
pub mod rooms;
|
|
pub mod servers;
|
|
pub mod users;
|