-
Declaration
Swift
private var request: Request
-
Declaration
Swift
public init(request: Request)
-
Declaration
Swift
func getSockets(_ userID: UUID) -> [UserSocket]
-
Declaration
Swift
func getSockets<T>(_ userIDs: T) -> [UserSocket] where T : Sequence, T.Element == <<error type>>
-
Declaration
Swift
func storeSocket(_ ws: UserSocket)
-
Declaration
Swift
func removeSocket(_ ws: UserSocket)
-
Declaration
Swift
func getFezSockets(_ fezID: UUID) -> [UserSocket]
-
Declaration
Swift
func storeFezSocket(_ ws: UserSocket) throws
-
Declaration
Swift
func removeFezSocket(_ ws: UserSocket) throws
-
handleUserLogout(_:
Asynchronous) Declaration
Swift
func handleUserLogout(_ userID: UUID) async throws