Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_controllers/libs/ControllerLifeCycle.ts>ControllerLifeCycle#call

🦕 Simple "convention over configuration" Controllers solution for Deno.
Go to Latest
method ControllerLifeCycle.prototype.call
import { ControllerLifeCycle } from "https://deno.land/x/allo_controllers@v1.0.3-beta/libs/ControllerLifeCycle.ts";

Parameters

controller: Controller
action: string
params: Record<string, string>