Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2018 Changes in this version + func OnMessage(ws *websocket.Conn, messages chan *matcher.Message) + type MessageRequest struct + PlayerConn *websocket.Conn + type Server struct + Matcher *matcher.Service + func New(cfg *config.Config) (*Server, error) + func (s *Server) FindMatch(token *matcher.Token, conn *websocket.Conn) + func (s *Server) HandleConnections(w http.ResponseWriter, r *http.Request) + func (s *Server) HandleMessages() + func (s *Server) Start() error