showDayPlanner(_:)
func showDayPlanner(_ req: Request) async throws -> View
URL Query Parameters:
- cruiseday=INT Embarkation day is day 1, value should be less than or equal to
Settings.shared.cruiseLengthInDays
, which will be 8 for the 2022 cruise.
-
Declaration
Swift
struct DayPlannerPageContext : Encodable