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