package structs import "github.com/gofiber/websocket/v2" type MinecraftClient struct { Name string Connection *websocket.Conn }