Versions in this module Expand all Collapse all v0 v0.0.7 Jul 9, 2023 v0.0.6 Jul 9, 2023 v0.0.5 Jul 9, 2023 Changes in this version + type Client struct + Connection *websocket.Conn + ID string + Name string + func New(name string, conn *websocket.Conn) *Client + func (client *Client) Send(message []byte) error + func (client *Client) String() string