REST framework + OpenAPI SDK generation for the Lethean Go ecosystem
Find a file
Snider 6f5fb69944 feat: add RouteGroup and StreamGroup interfaces
RouteGroup declares Name, BasePath, and RegisterRoutes for subsystems
to mount their endpoints onto a Gin router group. StreamGroup optionally
declares WebSocket channel names. Gin v1.11.0 added as dependency.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 15:44:58 +00:00
go.mod feat: add RouteGroup and StreamGroup interfaces 2026-02-20 15:44:58 +00:00
go.sum feat: add RouteGroup and StreamGroup interfaces 2026-02-20 15:44:58 +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
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