sudorandom / protoc-gen-connect-openapi

Plugin for generating OpenAPIv3 from protobufs matching the Connect RPC interface
MIT License
103 stars 7 forks source link

Skip rendering gnostic servers on empty slice #16

Closed smulube closed 5 months ago

smulube commented 5 months ago

Without this I found that we generated an empty servers list on all operations which meant that my base servers list wasn't used, which then meant that my final documentation didn't carry through the server address correctly.