This commit implements the renaming of *_ee files to use a more structured approach: 1. For each *_ee.rs file, create a corresponding *_oss.rs file with the OSS implementation 2. Add a private feature flag to control which implementation is used 3. Update the imports in lib.rs files to conditionally import the correct module - If private feature is enabled: use *_ee.rs implementations - If private feature is not enabled: use *_oss.rs implementations Co-Authored-By: centdix <centdix@users.noreply.github.com> 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.