ChronoTomato/internal/websocket
Sebastian Mark b943c9d6eb feat: refactor connection handling to use models.Client
- introduce `Client` model
- modify all websocket operations to use the new `Client` model
- update function signatures to accept `models.Client` instead of `*websocket.Conn`
- ensure consistent usage of `client` across all related functions

🤖
2024-10-30 08:28:22 +01:00
..
connect.go feat: refactor connection handling to use models.Client 2024-10-30 08:28:22 +01:00
receive.go feat: refactor connection handling to use models.Client 2024-10-30 08:28:22 +01:00
send.go feat: refactor connection handling to use models.Client 2024-10-30 08:28:22 +01:00