package cache
import "clickandjoin.app/websocketserver/modules/structs"
var WebSocketClients = make(map[string]*structs.SocketClient)