not longer needed
parent
6dbfe967c0
commit
cafbebd9de
|
@ -1,13 +0,0 @@
|
|||
package structs
|
||||
|
||||
// swagger:model ExistsUserWebSocketSessionIdResponse
|
||||
type ExistsUserWebSocketSessionIdResponse struct {
|
||||
// Returns whether the user websocket session already exists or not
|
||||
E bool
|
||||
}
|
||||
|
||||
// swagger:model GetUserWebSocketSessionIdsResponse
|
||||
type GetUserWebSocketSessionIdsResponse struct {
|
||||
// List of all websocket sessionIds of the user that are connected
|
||||
WebSocketSessions []string
|
||||
}
|
Loading…
Reference in New Issue