REST framework + OpenAPI SDK generation for the Lethean Go ecosystem
Engine manages route groups and builds a Gin-based HTTP handler. New() accepts functional options (WithAddr). Handler() builds a fresh Gin engine with Recovery middleware and /health endpoint. Serve() starts the server and performs graceful shutdown on context cancellation. Co-Authored-By: Virgil <virgil@lethean.io> |
||
|---|---|---|
| api.go | ||
| api_test.go | ||
| go.mod | ||
| go.sum | ||
| group.go | ||
| group_test.go | ||
| LICENCE | ||
| options.go | ||
| response.go | ||
| response_test.go | ||