diff --git a/socketclients/socketclients.go b/socketclients/socketclients.go index aab34b0..5722889 100644 --- a/socketclients/socketclients.go +++ b/socketclients/socketclients.go @@ -5,6 +5,7 @@ import ( "janex/admin-dashboard-backend/modules/structs" ) +// commands sent to web clients const ( SentCmdUpdateConnectedUsers = 1 )