Versions in this module Expand all Collapse all v0 v0.1.0 Dec 31, 2020 Changes in this version + type Client struct + Recv chan Message + RemoteIp string + Send chan Message + func (c *Client) Close() + type Message struct + Data []byte + MessageType int + type Server struct + func NewServer(path string) *Server + func (s *Server) SetOnClientConnected(f func(newClient *Client))