diff --git a/modules/structs/wssessions.go b/modules/structs/wssessions.go deleted file mode 100644 index 472ba82..0000000 --- a/modules/structs/wssessions.go +++ /dev/null @@ -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 -}