Just found this great generator but missing one thing to use it in our project with data model generated by other tool (OpenAPI spec generator)
Is your feature request related to a problem? Please describe.
I'm using model from pkg auto-generated from OpenAPI spec so would not want to copy it everytime into file where interface is.
Describe the solution you'd like
Ignore -model flag, just detect it in from the interface methods definitions (copy the same?) during generation.
Just found this great generator but missing one thing to use it in our project with data model generated by other tool (OpenAPI spec generator)
Is your feature request related to a problem? Please describe.
I'm using model from pkg auto-generated from OpenAPI spec so would not want to copy it everytime into file where interface is.
Describe the solution you'd like
Ignore
-modelflag, just detect it in from the interface methods definitions (copy the same?) during generation.