GoTomato/pkg/models
Sebastian Mark 9615d4d449 feat: implement permanent broadcast message functionality
- add SendPermanentBroadCastMessage to continuously send updates
- refactor BroadcastMessage to use a shared Message struct
- update pomodoro logic to modify broadcast.Message directly
- adjust client command handling to use broadcast.Clients map
- enhance ServerMessage struct with "Ongoing" and "Paused" fields

🤖
2024-10-21 13:07:19 +02:00
..
client.go feat: allow clients to send pomodoro config 2024-10-20 23:42:25 +02:00
config.go refactor: rename GoTomatoTimerConfig to GoTomatoPomodoroConfig 2024-10-20 22:18:50 +02:00
server.go feat: implement permanent broadcast message functionality 2024-10-21 13:07:19 +02:00