From 1e978ed6fbeb6938092c8026763e226037869c98 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 20 Apr 2023 22:36:48 +0200 Subject: [PATCH] added websocket --- socketclients/socketclients.go | 1 + 1 file changed, 1 insertion(+) 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 )