Module backend_generator

Module backend_generator 

Source
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§

BackendGenerationMetadata
Generation metadata for backend code
BackendGenerationResult
Result of backend generation
BackendGeneratorConfig
Backend generator configuration
BackendGeneratorPluginConfig
Backend generator plugin configuration
TodoItem
TODO item extracted from generated code

Enums§

Complexity
Estimated complexity level
TodoCategory
TODO category

Traits§

BackendGeneratorPlugin
Backend generator plugin trait for generating framework-specific backend servers