jimpex
    Preparing search index...

    Variable gatewayControllerConst

    gatewayController: ResourceCreator<
        "provider",
        "register",
        (
            options?: GatewayControllerCreatorOptions,
        ) => <ContainerType extends Jimpex = Jimpex>(
            app: ContainerType,
            route: string,
        ) => Resource<"controller", "connect", ControllerConnectFn>,
        ControllerProviderRegisterFn,
    > = ...

    Creates a controller that allows the application to mount routes that will work like gateway to a specific API.