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

feat: Support add additional tags to operations #105

Closed jonas0616 closed 1 year ago

jonas0616 commented 1 year ago

Originally, this module does not support setting multiple tags for an operation. This PR introduces a new OperationOption that can be used to add arbitrary tags to an operation.