Does this generate Golang structs?
Closed this issue · 1 comments
candysmurf commented
I'm wondering if this repo parses the openapi spec and generates the Golang Structs? I saw all are in a map? It's not very clear to me. Would you please help?
nasa9084 commented
@candysmurf sorry for late reply. This package parses (currently I'm using go-yaml as yaml parser) openapi spec and generates Golang structs. some types like responses are in map (in definition, it is just map).