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