Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingPongInfo ¶
type WSClient ¶
type WSClient struct { Conn *websocket.Conn `json:"-"` ConnectedAt time.Time `json:"connectedAt"` LastPingSent PingPongInfo `json:"lastPingSent"` LastPongRecv PingPongInfo `json:"lastPongRecv"` LastPingRecv PingPongInfo `json:"lastPingRecv"` LastPongSent PingPongInfo `json:"lastPongSent"` }
Click to show internal directories.
Click to hide internal directories.