discord-gophers / goapi-gen

This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions
Apache License 2.0
132 stars 12 forks source link

Do not inline type when schema has been generated #61

Open zacharyburkett opened 2 years ago

zacharyburkett commented 2 years ago

I found a case where a response constructor generated an inline type for the parameter, even though the type already existed. That shouldn't happen