wI2L / fizz

:lemon: Gin wrapper with OpenAPI 3 spec generation
https://pkg.go.dev/github.com/wI2L/fizz
MIT License
214 stars 52 forks source link

Add additional tags for a path operation #104

Open jonas0616 opened 1 year ago

jonas0616 commented 1 year ago

Although in OpenAPI, it supports multiple tags in the tags field of each path operation. However, only a single tag can be set using the Group() method. It would be great to add a new OperationOption to set additional tags.

wI2L commented 1 year ago

Hello,

This sounds like a simple modification to support that, would you like to open a PR ?