package models import "github.com/gorilla/websocket" type Player struct { Entity Name string Conn *websocket.Conn }