Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support tags per operation #112

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    deae34b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. ♻️ (entities.go, parser.go): Refactor type mapping and comment out de…

    …bug message
    
    Refactoring the `swaggerMapTypes` in `entities.go` to include slices of `bool`, `float32`, and `float64` enhances the type support for the Swagger documentation generation, allowing for a more comprehensive and accurate API spec. Additionally, commenting out the debug message in `parser.go` cleans up the console output, making it less cluttered and more professional for production environments. This change is aimed at improving the maintainability and functionality of the codebase.
    matthew1838 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6c1aaca View commit details
    Browse the repository at this point in the history