added websocket

main
alex 2023-04-20 22:36:48 +02:00
parent f5f9e4f619
commit 1e978ed6fb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"janex/admin-dashboard-backend/modules/structs" "janex/admin-dashboard-backend/modules/structs"
) )
// commands sent to web clients
const ( const (
SentCmdUpdateConnectedUsers = 1 SentCmdUpdateConnectedUsers = 1
) )