mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
22 lines
551 B
Rust
22 lines
551 B
Rust
#[cfg(feature = "parquet")]
|
|
pub mod ai_session_backups;
|
|
pub mod data_metrics;
|
|
pub mod datatable_acl;
|
|
pub mod datatable_acl_oss;
|
|
pub mod datatable_migrations;
|
|
pub mod datatable_permissions;
|
|
pub mod datatable_permissions_oss;
|
|
pub mod deployment_requests;
|
|
pub mod workspaces;
|
|
pub mod workspaces_extra;
|
|
pub mod workspaces_oss;
|
|
|
|
#[cfg(feature = "private")]
|
|
pub mod workspaces_ee;
|
|
|
|
#[cfg(all(feature = "private", feature = "enterprise"))]
|
|
pub mod datatable_acl_ee;
|
|
|
|
#[cfg(all(feature = "private", feature = "enterprise"))]
|
|
pub mod datatable_permissions_ee;
|