nasa9084/go-openapi

Does this generate Golang structs?

Closed this issue · 1 comments

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?

@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).