swagin icon indicating copy to clipboard operation
swagin copied to clipboard

Swagger + Gin = SwaGin, a web framework based on Gin and Swagger

Results 9 swagin issues
Sort by recently updated
recently updated
newest added

This is more a question than an actual issue, but I think it is important to provide code samples to distribute the API docs directly in production, is there a...

In order to check that code works as expected, I have coded integration tests using [Venom](https://github.com/intercloud/venom/releases). To run them: ``` $ cd examples $ go test ``` Tests are in...

You can start server with *StartGraceful(addr...)* function that sends back a server instance. You can call *Shutdown()* on this server instance to stop it gracefully.

Fixes issue #12 adding a recovery handler on the Gin engine.

Hey everyone, wanted to see if there was any plan for a new release? It looks like the last release was in Sep 2021 and a lot has gone into...

This bug is related to the request value that is shared among all the requests. This crashed application when the request value is modified as in the example code. This...

This bug is related to the request value that is shared among all the requests. This crashed application when the request value is modified as in the example code. This...