Bruce Marriner пре 7 година
родитељ
комит
a948670657
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      wsapi.go

+ 1 - 0
wsapi.go

@@ -249,6 +249,7 @@ func (s *Session) heartbeat(wsConn *websocket.Conn, listening <-chan interface{}
 	}
 }
 
+// UpdateStatusData ia provided to UpdateStatusComplex()
 type UpdateStatusData struct {
 	IdleSince *int   `json:"since"`
 	Game      *Game  `json:"game"`