You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error generating code: error generating type definitions: error generating code for type definitions: duplicate typename 'TicketType' detected, can't auto-rename, please use x-go-name to specify your own name for one of them
exit status 1
The 2.9 version (perhaps others) does not compile for Go.
There are duplicate type declarations for TicketType and TicketTypes.
One of the duplicates needs an
x-go-name
attribute to allowapi-codegen
to be able to generate working Go code.The text was updated successfully, but these errors were encountered: