mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 08:02:40 +00:00
Create OSS implementations for all *_ee.rs files following the established pattern: - Copy function signatures from EE modules and call EE implementations - Re-export public structs, enums, and traits to maintain API compatibility - Enables seamless switching between Enterprise and Open Source builds Co-authored-by: diegoimbert <diegoimbert@users.noreply.github.com>