Browse Source

Add comments

Bruce Marriner 7 năm trước cách đây
mục cha
commit
a948670657
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"`