not longer needed

alpha
alex 2023-02-10 07:37:08 +01:00
parent 6dbfe967c0
commit cafbebd9de
1 changed files with 0 additions and 13 deletions

View File

@ -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
}