Skip to main content

Crate openapi_nexus_go

Crate openapi_nexus_go 

Source
Expand description

Go code generation for OpenAPI specifications

This crate provides Go code generation capabilities for OpenAPI 3.1 specifications.

Re-exports§

pub use config::GoHttpConfig;
pub use generator::GoHttpCodeGenerator;

Modules§

ast
config
Go HTTP generator-specific configuration
consts
Configuration constants for Go code generation
errors
Error types for Go code generation
generator
Go HTTP code generator
templating
Template-based code generation for Go
type_mapping
Type mapping from OpenAPI schemas to Go types