-
Declaration
Swift
enum AppointmentColor : String, Codable
-
Declaration
Swift
class AppointmentVisualData : Codable
-
Declaration
Swift
struct TableRow : Codable
-
Declaration
Swift
func registerRoutes(_ app: Application) throws
-
showDayPlanner(_:
Asynchronous) 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
func showDayPlanner(_ req: Request) async throws -> View
- cruiseday=INT Embarkation day is day 1, value should be less than or equal to
-
peCreatePageHandler(_:
Asynchronous) Declaration
Swift
func peCreatePageHandler(_ req: Request) async throws -> View
-
peUpdatePageHandler(_:
Asynchronous) Declaration
Swift
func peUpdatePageHandler(_ req: Request) async throws -> View
-
peCreateOrUpdatePostHandler(_:
Asynchronous) Declaration
Swift
func peCreateOrUpdatePostHandler(_ req: Request) async throws -> HTTPStatus
-
privateEventPageHandler(_:
Asynchronous) Declaration
Swift
func privateEventPageHandler(_ req: Request) async throws -> View
-
peListHandler(_:
Asynchronous) Declaration
Swift
func peListHandler(_ req: Request) async throws -> View