REST framework + OpenAPI SDK generation for the Lethean Go ecosystem
Find a file
Snider d21734d8d9 feat: add bearer auth, request ID, and CORS middleware
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 15:49:35 +00:00
api.go feat: add bearer auth, request ID, and CORS middleware 2026-02-20 15:49:35 +00:00
api_test.go feat: add Engine with Register, Handler, Serve, and graceful shutdown 2026-02-20 15:46:11 +00:00
go.mod feat: add bearer auth, request ID, and CORS middleware 2026-02-20 15:49:35 +00:00
go.sum feat: add bearer auth, request ID, and CORS middleware 2026-02-20 15:49:35 +00:00
group.go feat: add RouteGroup and StreamGroup interfaces 2026-02-20 15:44:58 +00:00
group_test.go feat: add RouteGroup and StreamGroup interfaces 2026-02-20 15:44:58 +00:00
LICENCE chore: scaffold go-api module 2026-02-20 15:42:16 +00:00
middleware.go feat: add bearer auth, request ID, and CORS middleware 2026-02-20 15:49:35 +00:00
middleware_test.go feat: add bearer auth, request ID, and CORS middleware 2026-02-20 15:49:35 +00:00
options.go feat: add bearer auth, request ID, and CORS middleware 2026-02-20 15:49:35 +00:00
response.go feat: add response envelope with OK, Fail, Paginated helpers 2026-02-20 15:44:17 +00:00
response_test.go feat: add response envelope with OK, Fail, Paginated helpers 2026-02-20 15:44:17 +00:00