mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
bd70e59f8b
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>