package structs import "github.com/gofiber/websocket/v2" type SocketMessage struct { Conn *websocket.Conn Msg []byte }