pavedroad-io / roadctl

A kubectl compatible CLI for managing and creating applications and defining/managing CI/CD environments. The roadctl command uses blueprints based on provent design patterns driven by produciton metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pretty-swag fails for simple document types

jscharber opened this issue · comments

pretty-swag requires a definitions section to generate documentation, even if empty. However, go-swagger doesn't generate it if there are no nested data structures. We need to create a pull request and submit a patch to pretty-swag or fork a copy and maintain our own branch.