alexjomin / openapi-parser

Simple and still naive openapi documentation generator from comments of your Go code.
18 stars 8 forks source link

feat: handle struct composition #22

Closed denouche closed 5 years ago

denouche commented 5 years ago

The result generated schema will use the allOf keyword as describe here: https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/