Expand description
Backend Generator Plugin Interface
This module defines the traits and types for plugins that generate framework-specific backend server code from OpenAPI specifications.
Structs§
- Backend
Generation Metadata - Generation metadata for backend code
- Backend
Generation Result - Result of backend generation
- Backend
Generator Config - Backend generator configuration
- Backend
Generator Plugin Config - Backend generator plugin configuration
- Todo
Item - TODO item extracted from generated code
Enums§
- Complexity
- Estimated complexity level
- Todo
Category - TODO category
Traits§
- Backend
Generator Plugin - Backend generator plugin trait for generating framework-specific backend servers