Skip to main content

generate_project_files

Function generate_project_files 

Source
pub fn generate_project_files(
    info: &IrInfo,
    package_name: &str,
    header: &str,
    schemas: &IndexMap<String, IrSchema>,
    operations: &[IrOperation],
    request_inputs: &[RequestInputModel],
    include_upload_file: bool,
) -> Vec<FileInfo>
Expand description

Generate all project-level files.