import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/main-core/internals/interfaces/guardTarget.ts";
Interfaces
Define the behavior of a user-side guard The guard target will be called at the time of a request. onGuard(requestContext, ...args) will be called before executing the endpoint. |