Files
windmill/backend/windmill-api
claude[bot] 46edc9ce99 refactor: rename *_ee files to *_oss
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>
2025-05-20 11:16:01 +00:00
..
2025-05-20 11:16:01 +00:00
2024-04-08 01:42:43 +02:00
2024-11-14 16:21:07 +01:00
2025-05-19 18:16:04 +02:00

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.