Versions in this module Expand all Collapse all v0 v0.1.0 Mar 15, 2016 Changes in this version + type AtomicWebSocketSet struct + func NewAtomicWebSocketSet() AtomicWebSocketSet + func (as AtomicWebSocketSet) Get(userID uint64) *websocket.Conn + func (as AtomicWebSocketSet) NotifySockets(c *echo.Context, uid uint64, cmd, ret string) error + func (as AtomicWebSocketSet) Set(userID uint64, conn *websocket.Conn)