Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2020 Changes in this version + type Socket struct + func Create(configChan chan types.ClientMessage, conn *websocket.Conn) *Socket + func (w *Socket) Close() error + func (w *Socket) CloseChan() chan bool + func (w *Socket) ConfigChan() chan types.ClientMessage + func (w *Socket) Read() + func (w *Socket) RemoteAddr() net.Addr + func (w *Socket) Send(msg interface{}) + func (w *Socket) SendErrorMessage(err error) + func (w *Socket) SendSuccess(msg interface{}, position types.Position)