Expand description
Data structures for template generation
Re-exports§
pub use api_class_data::ApiClassData;pub use api_class_signature_data::ApiClassSignature;pub use api_import_specifier_data::ApiImportSpecifier;pub use api_import_statement_data::ApiImportStatement;pub use api_import_statements::ApiImportStatements;pub use api_method_data::ApiMethodData;pub use api_operation_data::ApiOperationData;pub use api_operation_data::HttpParamData;pub use api_operation_data::MethodTemplateData;pub use api_operation_data::ResponseTemplateData;pub use common_file_header_data::CommonFileHeaderData;pub use model_enum_data::ModelEnumData;pub use model_interface_data::ModelInterfaceData;pub use model_interface_data::PropertyMetadata;pub use model_type_alias_data::ModelTypeAliasData;pub use project_index_data::ProjectIndexData;pub use runtime_runtime_data::RuntimeRuntimeData;
Modules§
- api_
class_ data - API class data for template rendering
- api_
class_ signature_ data - API class signature data for template rendering
- api_
import_ specifier_ data - API import specifier data for template rendering
- api_
import_ statement_ data - API import statement data for template rendering
- api_
import_ statements - API import statements collection for template rendering
- api_
method_ data - API method data for template rendering
- api_
operation_ data - API operation data for template generation
- common_
file_ header_ data - Common file header data for template generation
- model_
enum_ data - Model enum data for template generation
- model_
interface_ data - Model interface data for template generation
- model_
type_ alias_ data - Model type alias data for template generation
- project_
index_ data - Project index data for template generation
- runtime_
runtime_ data - Runtime runtime data for template generation