라이브 메인 페이지
This commit is contained in:
16
SodaLive/Sources/Live/Room/GetRoomListRequest.swift
Normal file
16
SodaLive/Sources/Live/Room/GetRoomListRequest.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// GetRoomListRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetRoomListRequest {
|
||||
let timezone: String
|
||||
let dateString: String?
|
||||
let status: LiveRoomStatus
|
||||
let page: Int
|
||||
let size: Int
|
||||
}
|
12
SodaLive/Sources/Live/Room/LiveRoomStatus.swift
Normal file
12
SodaLive/Sources/Live/Room/LiveRoomStatus.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// LiveRoomStatus.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum LiveRoomStatus: String {
|
||||
case NOW, RESERVATION
|
||||
}
|
Reference in New Issue
Block a user