swaggo / swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
MIT License
10.24k stars 1.17k forks source link

How to set displayRequestDuration ? #1838

Open arman-sydikov opened 3 weeks ago

arman-sydikov commented 3 weeks ago

Swagger configuration contains displayRequestDuration parameter, which controls the display of the request duration (in milliseconds) for "Try it out" requests. https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/

Does swaggo support it? If it does, how to set it using swaggo? If it doesn't, do you have plans to support displayRequestDuration parameter in future?