package models import "github.com/gorilla/websocket" type Client struct { ID uint32 Conn *websocket.Conn }