package connection import ( "github.com/gorilla/websocket" ) type Connection struct { Identificator string //Подсоединенный сокет Socket *websocket.Conn }