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

Allow different names for swagger specs #885

Closed
wants to merge 3 commits into from

Commits on Feb 15, 2021

  1. Allow different names for swagger specs

    In the case where we need to include multiple docs packages in the same
    process, swag.Register will fail. Despite looking like having support
    for swagger specs with different names it actually does not work.
    
    Define RegisterName and ReadDocName functions which allow you to specify
    the name of the swag. Default method will still use this path but with
    the 'classic' swag name of 'swagger'.
    joshk0 committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    afa7d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

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

Commits on Apr 5, 2021

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