Is there a way to disable structs renaming? #157
Answered
by
vearutop
SilvioRispoliAtElectroluxDotCom
asked this question in
Q&A
-
|
When generating the schema, structs that are not defined in the package foo
type GetAccount struct {
ID int `json:"id"`
}
Is there a way to disable this? I don't really care about the library trying to make names unique, I can do it of my own |
Beta Was this translation helpful? Give feedback.
Answered by
vearutop
Nov 20, 2025
Replies: 1 comment 1 reply
-
|
Hi, you can use reflection options to control this behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SilvioRispoliAtElectroluxDotCom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can use reflection options to control this behavior.