@orangecheck/gate / ocGateFastify
Function: ocGateFastify()
function ocGateFastify(opts: GateOptions): (req: any, reply: any) => Promise<void>;
Defined in: fastify.ts:35
Parameters
| Parameter | Type |
|---|---|
opts | GateOptions |
Returns
(req: any, reply: any) => Promise<void>