Add comments
This commit is contained in:
parent
8c52d97c1e
commit
a948670657
1 changed files with 1 additions and 0 deletions
1
wsapi.go
1
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"`
|
||||
|
|
Loading…
Reference in a new issue