Replies: 1 comment 2 replies
-
You could probably use https://github.com/oapi-codegen/oapi-codegen/blob/v2.4.1/configuration-schema.json#L191-L200 but that'll do it on a global level It may be worth seeing if we can add an extension i.e. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, for primitive types the generator creates a type alias:
Is there an option or way to enforce full type?
type A string
Type aliases cannot have methods in Go and we would like to introduce some helpers. Thanks for hints.
Beta Was this translation helpful? Give feedback.
All reactions