veza/veza-backend-api/internal/websocket/chat
senke a1000ce7fb style(backend): gofmt -w on 85 files (whitespace only)
backend-ci.yml's `test -z "$(gofmt -l .)"` strict gate (added in
13c21ac11) failed on a backlog of unformatted files. None of the
85 files in this commit had been edited since the gate was added
because no push touched veza-backend-api/** in between, so the
gate never fired until today's CI fixes triggered it.

The diff is exclusively whitespace alignment in struct literals
and trailing-space comments. `go build ./...` and the full test
suite (with VEZA_SKIP_INTEGRATION=1 -short) pass identically.
2026-04-14 12:22:14 +02:00
..
benchmark_test.go v0.9.8 2026-03-06 19:13:16 +01:00
client.go feat(chat): Sprint 2 -- WebSocket hub, client, message types, route 2026-02-22 20:41:39 +01:00
handler.go v0.9.6 2026-03-06 10:29:30 +01:00
handler_calls.go feat(chat): Sprint 3 -- message handlers, real-time features, permissions 2026-02-22 20:43:44 +01:00
handler_history.go v0.9.7 2026-03-06 18:52:08 +01:00
handler_messages.go feat(v0.10.6): Livestreaming basique F471-F476 2026-03-10 10:21:57 +01:00
handler_messages_test.go fix(backend): synchronous Hub.Shutdown to eliminate goleak failures 2026-04-14 11:44:27 +02:00
handler_realtime.go v0.9.6 2026-03-06 10:29:30 +01:00
handler_realtime_test.go test(chat): Sprint 5 -- unit tests, E2E tests, feature parity validation 2026-02-22 20:49:32 +01:00
handler_rooms.go feat(chat): Sprint 3 -- message handlers, real-time features, permissions 2026-02-22 20:43:44 +01:00
hub.go fix(backend): synchronous Hub.Shutdown to eliminate goleak failures 2026-04-14 11:44:27 +02:00
hub_test.go v0.9.8 2026-03-06 19:13:16 +01:00
messages.go style(backend): gofmt -w on 85 files (whitespace only) 2026-04-14 12:22:14 +02:00
permissions.go feat(v0.10.6): Livestreaming basique F471-F476 2026-03-10 10:21:57 +01:00
presence_service.go feat(chat): Redis rate limiter, persistent presence, PostgreSQL full-text search 2026-02-22 21:17:51 +01:00
presence_service_test.go feat(chat): Redis rate limiter, persistent presence, PostgreSQL full-text search 2026-02-22 21:17:51 +01:00
rate_limiter.go feat(v0.10.6): Livestreaming basique F471-F476 2026-03-10 10:21:57 +01:00
rate_limiter_test.go feat(chat): Redis rate limiter, persistent presence, PostgreSQL full-text search 2026-02-22 21:17:51 +01:00