ChronoTomato/internal/websocket/vars.go
Sebastian Mark bcda687c5e refactor: websocket client and closure variable
- update comments
- move `Done` variable to vars.go
- move `Connected()` method

🤖
2024-11-21 12:28:36 +01:00

4 lines
71 B
Go

package websocket
// Websocket closure
var Done = make(chan struct{})